From 72deb049525df85b69a7714665fa3d41448af6de Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Thu, 12 Jan 2017 23:01:50 +0100 Subject: Enable all hardening flags I: colorize: hardening-no-bindnow usr/bin/colorize I: colorize: hardening-no-pie usr/bin/colorize --- debian/rules | 6 +++--- 1 file 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 -- cgit v1.2.3