Enable PIE hardening 85/15885/2
authorLuca Boccassi <[email protected]>
Fri, 2 Nov 2018 17:22:34 +0000 (17:22 +0000)
committerLuca Boccassi <[email protected]>
Tue, 13 Nov 2018 11:18:30 +0000 (11:18 +0000)
Change-Id: I9e8e8becf32de18defe9c27a904c6cffb1706ad3
Signed-off-by: Luca Boccassi <[email protected]>
debian/rules

index 723c713..31e04b7 100755 (executable)
@@ -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)