From: Jochen Sprickerhof Date: Sat, 24 Jun 2017 06:48:37 +0000 (+0200) Subject: Enable PIE X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~166 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1356f5afdc728e275a789532de8f36c4ca80a6ee;p=pcl.git Enable PIE Closes: #865652 Thanks: Adrian Bunk --- diff --git a/debian/rules b/debian/rules index e837d7f9..a48df666 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Hardening. -export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS=hardening=+all CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)