rpms/cups/devel cups.spec,1.119,1.120

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 20 16:09:53 UTC 2005


Author: twaugh

Update of /cvs/dist/rpms/cups/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9413

Modified Files:
	cups.spec 
Log Message:
* Thu Oct 20 2005 Tim Waugh <twaugh at redhat.com>
- Build with -fstack-protector-all.



Index: cups.spec
===================================================================
RCS file: /cvs/dist/rpms/cups/devel/cups.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- cups.spec	15 Oct 2005 21:08:40 -0000	1.119
+++ cups.spec	20 Oct 2005 16:09:49 -0000	1.120
@@ -180,7 +180,7 @@
   export LDFLAGS=`pkg-config --libs-only-L openssl`
 fi
 %configure --with-docdir=%{_docdir}/cups-%{version} \
-	--with-optim="$RPM_OPT_FLAGS $CFLAGS"
+	--with-optim="$RPM_OPT_FLAGS $CFLAGS -fstack-protector-all"
 
 # If we got this far, all prerequisite libraries must be here.
 make
@@ -421,7 +421,10 @@
 %{_libdir}/cups/daemon/cups-lpd
 
 %changelog
-* Sat Oct 15 2005 Florian La Roche <laroche at redhat.com>
+* Thu Oct 20 2005 Tim Waugh <twaugh at redhat.com>
+- Build with -fstack-protector-all.
+
+* Sat Oct 15 2005 Florian La Roche <laroche at redhat.com> 1:1.1.23-23
 - link libcupsimage.so against libcups
 
 * Tue Oct 11 2005 Tim Waugh <twaugh at redhat.com> 1:1.1.23-22




More information about the fedora-cvs-commits mailing list