summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-03 13:22:41 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-03 13:57:39 -0800
commitad777874a2d24ba3c25c9e138143603d897dd868 (patch)
tree9e2f5bdf9f6f8f18db19b2534956ca711a394fee
parent45f8759577ac26b89a1d4d6f6d0ea80e8dc5c103 (diff)
downloadvyatta-cfg-ad777874a2d24ba3c25c9e138143603d897dd868.tar.gz
vyatta-cfg-ad777874a2d24ba3c25c9e138143603d897dd868.zip
Turn on debian hardening
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6d2fd32..53bf2dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# Use hardening options
+export DEB_BUILD_HARDENING=1
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)