[cpp-sp] 14/37: Enable all hardening features
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:47:40 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.5.5+dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=e17229c0bb567edae50c8b553a44a95028eb9b28
commit e17229c0bb567edae50c8b553a44a95028eb9b28
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu Jan 21 00:10:08 2016 +0100
Enable all hardening features
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 1a8f5b0..92cb504 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Enable compiler hardening flags.
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Add --as-needed to drop a few unnecessary dependencies.
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list