From 57950275fb40f59e7e5dcf8e7eea90d443bf4753 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 17 Apr 2012 03:18:01 -0400 Subject: [PATCH] Disable dpkg stack protector flag in the new way Suggested by Kees Cook. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 58d96ae..9c9b34c 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ # 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 +export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector %: dh $@ --with autoreconf