rpms/ethereal/devel ethereal.spec,1.38,1.39

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 15 11:56:09 UTC 2005


Author: rvokal

Update of /cvs/dist/rpms/ethereal/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3873

Modified Files:
	ethereal.spec 
Log Message:
- CFLAGS tunning


Index: ethereal.spec
===================================================================
RCS file: /cvs/dist/rpms/ethereal/devel/ethereal.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ethereal.spec	15 Jul 2005 10:05:56 -0000	1.38
+++ ethereal.spec	15 Jul 2005 11:56:06 -0000	1.39
@@ -56,9 +56,9 @@
 
 %build
 #./autogen.sh
-export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS -fPIE"
-export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS -fPIE"
-export LDFLAGS="$LDFLAGS -lm -pie"
+export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
+export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
+export LDFLAGS="$LDFLAGS -lm"
 %configure \
    --bindir=%{_sbindir} \
    --enable-zlib \




More information about the fedora-cvs-commits mailing list