diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-02-01 00:27:44 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-02-01 00:32:14 +0100 |
commit | 3b7e91b35c771dbbb113f928bc0da91e5c950209 (patch) | |
tree | 0fdef5b9d00997ff9e1a1a995b3eeacbdca0ae7c | |
parent | f3384aafc86fa0e8b5085ad9d5c006626d80981d (diff) | |
download | zsh-3b7e91b35c771dbbb113f928bc0da91e5c950209.tar.gz zsh-3b7e91b35c771dbbb113f928bc0da91e5c950209.zip |
Now that compiling with -fPIE is fixed, build with hardening=+all
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index c94eef57f..b0cd71859 100755 --- a/debian/rules +++ b/debian/rules @@ -2,9 +2,7 @@ INSTALL = install INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 -# hardening=+all or hardening=+pie causes test suite to fail: -# C02cond.ztst exits prematurely and silently -export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow +export DEB_BUILD_MAINT_OPTIONS=hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk |