Disable dpkg-based setting of stack protector flags

Through Autoconf we set hardening flags that are actually more aggressive than
the Ubuntu defaults, but they conflict with same.
This commit is contained in:
Keegan McAllister
2012-04-17 01:54:31 -04:00
parent bdec4cceaf
commit 4babd4785e
+4
View File
@@ -9,6 +9,10 @@
# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1 #export DH_VERBOSE=1
# Through Autoconf we set hardening flags that are actually more aggressive
# than the Ubuntu defaults, but they conflict with same.
export DEB_BUILD_HARDENING_STACKPROTECTOR=0
%: %:
dh $@ --with autoreconf dh $@ --with autoreconf