aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:35:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-28 09:35:13 -0700
commit8fd1bb5a768f5c11f084b53ae832f4cdd1b11cd9 (patch)
treeaedbe6087118a23b5c8478ed41ef7dc478b991ea /debian
parentf8a4843b3a8b42a50b80c3c06adbab6a7f05cbc5 (diff)
downloadzxcvbn-c-8fd1bb5a768f5c11f084b53ae832f4cdd1b11cd9.tar.gz
disable -fPIE
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d8309f6..84fd4e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# enable most hardening, but not PIE -- while we build some binary
+# executables in order to run the test suite, we only install
+# non-executable libraries
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
%:
dh $@