diff options
author | Xavier Roche <roche@httrack.com> | 2015-11-09 19:11:41 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2015-11-09 19:11:41 +0100 |
commit | 26f2777dae9d7c404cf5553cc84977fd9a14df0d (patch) | |
tree | 6793a605398005be352f4282dc1a21c8d3537987 /debian | |
parent | 84d79408fe1d01687be2198259c5fdaf1dfb9397 (diff) |
Removed hppa from -DNOSTRDEBUG hack to fix FTBFS on hppa (Helge Deller).
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
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 |