rpms/cups/devel cups-relro.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 19 18:21:09 UTC 2005


Author: twaugh

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

Modified Files:
	cups-relro.patch 
Log Message:
Use better relro flag

cups-relro.patch:
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: cups-relro.patch
===================================================================
RCS file: /cvs/dist/rpms/cups/devel/cups-relro.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cups-relro.patch	19 Dec 2005 17:31:48 -0000	1.1
+++ cups-relro.patch	19 Dec 2005 18:21:05 -0000	1.2
@@ -5,7 +5,7 @@
  
  include ../Makedefs
 -LDFLAGS += -pie
-+LDFLAGS += -pie -z relro
++LDFLAGS += -pie -Wl,-z,relro
  
  #
  # Object files...




More information about the fedora-cvs-commits mailing list