Full relro support

This commit is contained in:
Vitezslav Crhonek 2013-01-29 14:25:59 +01:00
parent a4eecee722
commit 3a8acf6b3b
1 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Programming Interface (CMPI).
%patch4 -p1 -b .fix-provider-debugging %patch4 -p1 -b .fix-provider-debugging
%build %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 make
@ -106,9 +106,10 @@ fi;
%files -f _pkg_list %files -f _pkg_list
%changelog %changelog
* Thu Jan 24 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.3.16-2 * Tue Jan 29 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.3.16-2
- Fix URL in the spec file - Fix URL in the spec file
- Remove unused devel part from the spec file - Remove unused devel part from the spec file
- Full relro support
* Tue Jan 08 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.3.16-1 * Tue Jan 08 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.3.16-1
- Update to sblim-sfcb-1.3.16 - Update to sblim-sfcb-1.3.16