- enable fortify as well
authorDinko Korunic <kreator@carnet.hr>
Thu, 15 Aug 2013 17:52:56 +0000 (19:52 +0200)
committerDinko Korunic <kreator@carnet.hr>
Thu, 15 Aug 2013 17:52:56 +0000 (19:52 +0200)
debian/rules

index 924bd44..ef79557 100755 (executable)
@@ -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 ######################