]> git.refcnt.org Git - colorize.git/commitdiff
Enable all hardening flags
authorSteven Schubiger <stsc@refcnt.org>
Thu, 12 Jan 2017 22:01:50 +0000 (23:01 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Thu, 12 Jan 2017 22:01:50 +0000 (23:01 +0100)
I: colorize: hardening-no-bindnow usr/bin/colorize
I: colorize: hardening-no-pie usr/bin/colorize

debian/rules

index 0b0627eb00894da39a1528996b0d8bb7011143e0..3d994e15c77b987c84b6c241e32d46ba9f09b448 100755 (executable)
@@ -3,13 +3,13 @@
 # output every command that modifies files on the build system.
 #DH_VERBOSE = 1
 
+# see FEATURE AREAS in dpkg-buildflags(1)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
-# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
 # see ENVIRONMENT in dpkg-buildflags(1)
 # package maintainers to append CFLAGS
 #export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic