From 6c303d9e4ffd162b8c7f59a4b135e592d923a656 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 14 Oct 2016 16:49:08 +0200 Subject: debian/rules: Don't use -pie -fPIE at build time for 3.5.99.2 as it causes nxagent to segfault. Investigating the reasons behind it is in process... --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2dfc65144..047839c2f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ NULL = -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -- cgit v1.2.3