From 8619df32f483f5b7424d4d0f295378f4bf9337bf Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 13 Feb 2014 10:53:57 +0000 Subject: Configure --without-hardening on hppa, to work around http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60155 (closes: #738798). --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index c878d5e2d..888921670 100755 --- a/debian/rules +++ b/debian/rules @@ -73,6 +73,11 @@ ifeq ($(DEB_HOST_ARCH_OS),hurd) confflags += --with-libs=-lcrypt endif +# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60155 +ifeq ($(DEB_HOST_ARCH),hppa) +confflags += --without-hardening +endif + # Everything above here is common to the deb and udeb builds. confflags_udeb := $(confflags) -- cgit v1.2.3