From 87f63967d65a2b0ba8cecc7de271771b2b4ee25c Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 17 Apr 2012 04:07:19 -0400 Subject: [PATCH] debian/rules: Include buildflags.mk for DEB_BUILD_MAINT_OPTIONS Otherwise that variable has no effect. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 9c9b34c..e6da1e2 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ # Through Autoconf we set hardening flags that are actually more aggressive # than the Ubuntu defaults, but they conflict with same. export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector +-include /usr/share/dpkg/buildflags.mk %: dh $@ --with autoreconf