summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2014-11-13 18:35:57 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2014-11-13 18:35:57 +0100
commitb5102280fc578d300d461d92649781e9091121a9 (patch)
tree5759e4b6bb29c937a7f4774661ace8a5bfb7b38e
parentf4cdd0577804d07655473d5192bf1f18b4eef82e (diff)
Enabled hardening=+all
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6594f29..5305d25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@