rpms/linbox/devel linbox.spec,1.2,1.3

tomspur tomspur at fedoraproject.org
Sat Nov 21 21:55:10 UTC 2009


Author: tomspur

Update of /cvs/pkgs/rpms/linbox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9664

Modified Files:
	linbox.spec 
Log Message:
remove newlines from CFLAGS


Index: linbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linbox/devel/linbox.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- linbox.spec	21 Nov 2009 21:42:20 -0000	1.2
+++ linbox.spec	21 Nov 2009 21:55:10 -0000	1.3
@@ -74,16 +74,11 @@ find . -type f -name '*.h' | xargs chmod
 
 # this is the configure macro with s/configure/autogen.sh and some
 # options
-CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-    -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic}"
+CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic}"
 export CFLAGS
-CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-    -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64
-    -mtune=generic}"
+CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic}"
 export CXXFLAGS
-FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-    -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
-    -I/usr/lib64/gfortran/modules}"
+FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules}"
 export FFLAGS
 ./autogen.sh --enable-doc --with-givaro=yes --with-ntl=yes \
     --with-blas="%{_libdir}/atlas" --enable-shared \




More information about the scm-commits mailing list