diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-01-24 18:24:26 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-01-24 18:24:26 +0100 |
commit | 9789916ebeac0f27a3a2e35d14a971adb4a7907e (patch) | |
tree | 57edf50e557c63aec1207871a7578962bdb36fbb | |
parent | 94efa9da5c2be3b5f6be587839b695c3c5efa796 (diff) | |
download | zsh-9789916ebeac0f27a3a2e35d14a971adb4a7907e.tar.gz zsh-9789916ebeac0f27a3a2e35d14a971adb4a7907e.zip |
Remove GCC-4.9-specific workaround on s390x from debian/rules
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index c8335af28..bfb191d20 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) |