aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2016-02-06 18:14:42 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2016-02-06 18:14:42 +0000
commitb4c4ce673e340423cc3f7d759e2ec8e91dd5c6c5 (patch)
tree478e4b623fc36d53bfdd4f455ac51e129c5c1b40 /debian/rules
parent68974c4d67ece5f1c7735ea79304e376e5b52544 (diff)
downloadwavemon-b4c4ce673e340423cc3f7d759e2ec8e91dd5c6c5.tar.gz
d/rules: add PIE and full RELRO hardening options (hardening=+all)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 342fdcc..c724d48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
export DEB_CFLAGS_MAINT_APPEND=-pthread
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
export BUILD_DATE = $(shell LC_ALL=C date -u --date="`dpkg-parsechangelog -SDate`")
%: