[Pkg-zsh-commits] [zsh] 01/02: Remove GCC-4.9-specific workaround on s390x from debian/rules

Axel Beckert abe at deuxchevaux.org
Sun Jan 24 19:05:22 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 9789916ebeac0f27a3a2e35d14a971adb4a7907e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jan 24 18:24:26 2016 +0100

    Remove GCC-4.9-specific workaround on s390x from debian/rules
---
 debian/rules | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index c8335af..bfb191d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,12 +2,6 @@
 INSTALL = install
 INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755
 
-# Disable -fstack-protector-strong on s390x as it causes endless loops
-# in gcc-4.9. See https://bugs.debian.org/759870 for details
-ifeq (s390x,$(shell dpkg-architecture -qDEB_BUILD_ARCH))
-export DEB_BUILD_MAINT_OPTIONS=hardening=-stackprotectorstrong
-endif
-
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 H_LDFLAGS = $(LDFLAGS)

-- 
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