From 7ff47fde062004336c7d4487daa70dc6e6ef81c8 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Thu, 15 Aug 2013 19:52:56 +0200 Subject: [PATCH] - enable fortify as well --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 924bd44..ef79557 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,7 @@ SUBDIRS = .ssh active-response active-response/bin agentless bin etc etc/shared ###################### hardening ################# export DEB_BUILD_HARDENING=1 +export DEB_BUILD_HARDENING_FORTIFY=1 ###################### main ###################### -- 1.7.10.4