Ver código fonte

fix(debian): hardening all but no PIE flag

jrcoding 4 anos atrás
pai
commit
738629b198
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      debian/rules-template

+ 1 - 0
debian/rules-template

@@ -2,6 +2,7 @@
 
 export DH_VERBOSE = 1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 export DEB_BUILD_OPTIONS=parallel=4
 
 override_dh_auto_configure: