rpms/shotwell/F-12 shotwell.spec,1.8,1.9

Matthias Clasen mclasen at fedoraproject.org
Tue Jan 19 02:40:39 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/shotwell/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18050

Modified Files:
	shotwell.spec 
Log Message:
fix the build



Index: shotwell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/shotwell/F-12/shotwell.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- shotwell.spec	19 Jan 2010 00:36:19 -0000	1.8
+++ shotwell.spec	19 Jan 2010 02:40:39 -0000	1.9
@@ -35,7 +35,7 @@ them, and share them with others.
 %build
 ./configure --prefix=/usr --disable-schemas-install
 sed -i -e 's/\\n/\n/g' configure.mk
-sed -i -e 's/^CFLAGS=.*$/CFLAGS=%{optflags}/' Makefile
+echo "CFLAGS=%{optflags}" >> configure.mk
 make %{?_smp_mflags}
 
 



More information about the scm-commits mailing list