Disable dpkg stack protector flag in the new way

Suggested by Kees Cook.
This commit is contained in:
Keegan McAllister
2012-04-17 03:18:01 -04:00
parent 9b82def79a
commit 57950275fb
+1 -1
View File
@@ -11,7 +11,7 @@
# Through Autoconf we set hardening flags that are actually more aggressive # Through Autoconf we set hardening flags that are actually more aggressive
# than the Ubuntu defaults, but they conflict with same. # than the Ubuntu defaults, but they conflict with same.
export DEB_BUILD_HARDENING_STACKPROTECTOR=0 export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
%: %:
dh $@ --with autoreconf dh $@ --with autoreconf