rpms/bti/devel bti.spec,1.8,1.9

Michel Alexandre Salim salimma at fedoraproject.org
Thu Aug 20 01:44:47 UTC 2009


Author: salimma

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

Modified Files:
	bti.spec 
Log Message:
Group CFLAGS options within quotes



Index: bti.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bti/devel/bti.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- bti.spec	20 Aug 2009 01:34:28 -0000	1.8
+++ bti.spec	20 Aug 2009 01:44:47 -0000	1.9
@@ -23,7 +23,7 @@ and fast manner to annoy the whole world
 
 
 %build
-CFLAGS=$RPM_OPT_FLAGS -I%{_includedir}/readline5 \
+CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/readline5" \
   LDFLAGS="-L%{_libdir}/readline5" make %{?_smp_mflags}
 
 




More information about the fedora-extras-commits mailing list