summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-04 10:14:27 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-04 10:14:27 -0800
commit60fb410d1897259d11f7bb38e8c05162d4a71531 (patch)
tree9650d345f2e8571f1ac611156893345cf0cf37cd
parent0e32f5d4e678f06b6d7a697a671bf6ceafeca856 (diff)
downloadvyatta-cfg-60fb410d1897259d11f7bb38e8c05162d4a71531.tar.gz
vyatta-cfg-60fb410d1897259d11f7bb38e8c05162d4a71531.zip
Be unsafe, don't harden
If code has latent bugs, we don't want to know about them this late in release.
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 53bf2dd..6b9bdf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# Use hardening options
-export DEB_BUILD_HARDENING=1
+# Use hardening options (in future)
+#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)