From 25d4df03eae960235e6b3607be884a8ecdfee5c7 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 4 Aug 2016 17:57:51 -0400 Subject: [PATCH] ensure that all hardening options are enabled --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 04f090e..aeeff6e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + # FIXME: how do we only use dh_autoreconf when building arch-specific # packages? see debian/README.source for an explanation of why we # care about splitting binary-only builds from arch:all builds.