diff options
author | Luca Boccassi <bluca@debian.org> | 2018-11-02 17:22:34 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2018-11-13 11:18:30 +0000 |
commit | d3989b390adac872c12b14e3a3b0aaf9a01f9e6f (patch) | |
tree | 9d7773f589596ce4388c9c8edac10768f2c7df1b /debian | |
parent | ac8da9f91e67b2e262a1462d6be0fc23c3fd028d (diff) |
Enable PIE hardening
Change-Id: I9e8e8becf32de18defe9c27a904c6cffb1706ad3
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 723c7130..31e04b7a 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* DPKG_EXPORT_BUILDFLAGS = 1 -export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/dpkg/default.mk DPDK_ABI := $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d '-' -f1 | cut -d '.' -f1-2 | cut -d '~' -f1) |