diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-01-12 23:01:50 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-01-12 23:01:50 +0100 |
commit | 72deb049525df85b69a7714665fa3d41448af6de (patch) | |
tree | f95d196af38cd85d4dca7b15b0c5758c6affa22f /debian | |
parent | 792e11e799e26774328882c90fa34c122beec42f (diff) | |
download | colorize-72deb049525df85b69a7714665fa3d41448af6de.tar.gz colorize-72deb049525df85b69a7714665fa3d41448af6de.tar.bz2 |
Enable all hardening flags
I: colorize: hardening-no-bindnow usr/bin/colorize
I: colorize: hardening-no-pie usr/bin/colorize
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 0b0627e..3d994e1 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |