[Pkg-zsh-commits] [zsh] 01/01: Now that compiling with -fPIE is fixed, build with hardening=+all

Axel Beckert abe at deuxchevaux.org
Sun Jan 31 23:41:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 3b7e91b35c771dbbb113f928bc0da91e5c950209
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Feb 1 00:27:44 2016 +0100

    Now that compiling with -fPIE is fixed, build with hardening=+all
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index c94eef5..b0cd718 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list