[sblim-sfcb] Full relro support

vcrhonek vcrhonek at fedoraproject.org
Tue Jan 29 13:26:09 UTC 2013


commit 3a8acf6b3bf7719382dd24ac54d2abd592d5465b
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Tue Jan 29 14:25:59 2013 +0100

    Full relro support

 sblim-sfcb.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/sblim-sfcb.spec b/sblim-sfcb.spec
index 29c756f..d86ae61 100644
--- a/sblim-sfcb.spec
+++ b/sblim-sfcb.spec
@@ -54,7 +54,7 @@ Programming Interface (CMPI).
 %patch4 -p1 -b .fix-provider-debugging
 
 %build
-%configure --enable-debug --enable-uds --enable-ssl --enable-pam --enable-ipv6 CFLAGS="$CFLAGS -D_GNU_SOURCE"
+%configure --enable-debug --enable-uds --enable-ssl --enable-pam --enable-ipv6 CFLAGS="$CFLAGS -D_GNU_SOURCE -fPIE -DPIE" LDFLAGS="$LDFLAGS -Wl,-z,now -pie"
  
 make 
 
@@ -106,9 +106,10 @@ fi;
 %files -f _pkg_list
 
 %changelog
-* Thu Jan 24 2013 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.3.16-2
+* Tue Jan 29 2013 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.3.16-2
 - Fix URL in the spec file
 - Remove unused devel part from the spec file
+- Full relro support
 
 * Tue Jan 08 2013 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.3.16-1
 - Update to sblim-sfcb-1.3.16


More information about the scm-commits mailing list