Explorar el Código

fix(debian): hardening all but no PIE flag

jrcoding hace 4 años
padre
commit
738629b198
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: