summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-10-09 23:52:05 +0100
committerColin Watson <cjwatson@debian.org>2019-10-09 23:52:05 +0100
commite94cbd8370c27e6c28ea400eba2bcf7be45e4868 (patch)
tree5ee807872bf91c0a5da43d56672c820a74b4f8bb /debian/rules
parent32ddb2b545cb9a18b6467091575c80e180e6fbb7 (diff)
Re-enable hardening on hppa
The corresponding GCC bug is apparently fixed.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index c8b778dc0..d1f282d11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,11 +65,6 @@ ifeq ($(DEB_HOST_ARCH_OS),hurd)
65confflags += --with-libs=-lcrypt 65confflags += --with-libs=-lcrypt
66endif 66endif
67 67
68# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60155
69ifeq ($(DEB_HOST_ARCH),hppa)
70confflags += --without-hardening
71endif
72
73# Everything above here is common to the deb and udeb builds. 68# Everything above here is common to the deb and udeb builds.
74confflags_udeb := $(confflags) 69confflags_udeb := $(confflags)
75 70