summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rw-r--r--debian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index b13df8e..086e28c 100644
--- a/debian/rules
+++ b/debian/rules
@@ -47,8 +47,8 @@ override_dh_auto_configure:
ifeq ($(PIE),yes)
echo PIE
- dh_auto_configure -- CFLAGS=-fPIC
+ dh_auto_configure -- --disable-rpath --without-local-resources CFLAGS=-fPIC
else
echo NO PIE
- dh_auto_configure --
+ dh_auto_configure -- --disable-rpath --without-local-resources
endif