rpms/milter-greylist/devel milter-greylist.spec,1.18,1.19

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Oct 14 14:08:00 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/milter-greylist/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13108

Modified Files:
	milter-greylist.spec 
Log Message:
workaround broken autodetection of libbind on x86_64


Index: milter-greylist.spec
===================================================================
RCS file: /cvs/extras/rpms/milter-greylist/devel/milter-greylist.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- milter-greylist.spec	14 Oct 2007 12:43:19 -0000	1.18
+++ milter-greylist.spec	14 Oct 2007 14:07:27 -0000	1.19
@@ -91,8 +91,8 @@
 
 %define makeflags	TEST=false BINDIR=%_sbindir
 %build
-export CPPFLAGS='-DUSE_CURL -DUSE_GEOIP'
-export LIBS="-Wl,--as-needed -lGeoIP $(pkg-config --libs libcurl)" 
+export CPPFLAGS="-DUSE_CURL -DUSE_GEOIP $(pkg-config --cflags-only-I libcurl libbind)"
+export LIBS="-Wl,--as-needed -lGeoIP $(pkg-config --libs libcurl libbind)" 
 %configure \
 	--with-user=%username			\
 	--enable-dnsrbl				\




More information about the fedora-extras-commits mailing list