summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-04-05 19:32:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-04-05 19:32:58 (GMT)
commit0c7e6e7f82fbaac81bdd40ce75f50750f8e9f436 (patch)
tree0f3c5a20e06e6dab5f28690ce7026e404cfb8c5f /debian/rules
parent4762fcbebf31e7928be9f192e5245fb959f1aa27 (diff)
Enabled plugins loaded from the system directories.
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