wok diff libtorrent/receipt @ rev 24259

updated perl-test-simple (1.302172 -> 1.302188)
author Hans-G?nter Theisgen
date Sun Jan 02 10:10:22 2022 +0100 (2022-01-02)
parents 5ea0ce1cecc0
children ac8ca9758df1
line diff
     1.1 --- a/libtorrent/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/libtorrent/receipt	Sun Jan 02 10:10:22 2022 +0100
     1.3 @@ -30,6 +30,8 @@
     1.4  	./configure		\
     1.5  		CC=gcc-83	\
     1.6  		CXX=g++-83	\
     1.7 +		CFLAGS="-march=i686 -Os -pipe -fomit-frame-pointer"	\
     1.8 +		CXXFLAGS="-march=i686 -Os -pipe -fomit-frame-pointer"	\
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make -j 1 &&
    1.11  	make install