From 26f2777dae9d7c404cf5553cc84977fd9a14df0d Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 9 Nov 2015 19:11:41 +0100 Subject: Removed hppa from -DNOSTRDEBUG hack to fix FTBFS on hppa (Helge Deller). --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 1553553..7367eb6 100755 --- a/debian/rules +++ b/debian/rules @@ -3,12 +3,12 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# *** Patch for s390, mips, hppa.. +# *** Patch for s390, mips .. # It seems that htscore.c can not compile on several archs, due to compiler # capacity limits. These lines shall be removed when gcc is upgraded. # See discussions on 'Assembler messages: Branch out of range' # Addition (04/2004): gcc-3.3 on arm fcks up with htscoremain.c and -O3 (..) -ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),s390 mips mipsel hppa m68k arm)) +ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),s390 mips mipsel m68k arm)) CFLAGS += -DNOSTRDEBUG endif -- cgit v1.2.3