wok-6.x diff libtorrent/receipt @ rev 24289

updated sshguard (2.4.0 -> 2.4.2)
author Hans-G?nter Theisgen
date Fri Jan 14 13:25:50 2022 +0100 (2022-01-14)
parents 5ea0ce1cecc0
children ac8ca9758df1
line diff
     1.1 --- a/libtorrent/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/libtorrent/receipt	Fri Jan 14 13:25:50 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