From 3a8acf6b3bf7719382dd24ac54d2abd592d5465b Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Tue, 29 Jan 2013 14:25:59 +0100 Subject: [PATCH] Full relro support --- sblim-sfcb.spec | 5 +++-- 1 file 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 - 1.3.16-2 +* Tue Jan 29 2013 Vitezslav Crhonek - 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 - 1.3.16-1 - Update to sblim-sfcb-1.3.16