Package: iceweasel
Version: 2.0.0.12-2
Severity: serious
Tags: patch

Iceweasel currently FTBFS on mips and mipsel. The easiest way to fix it
is to build like the other architectures do, by removing an obsolete
workaround for a toolchain problem. (The current build-dep on binutils
already ensures the toolchin is new enough).

The appended patch implements this. Tested on mips, I believe mipsel
will work with it as well.


Thiemo


--- iceweasel-2.0.0.12.original/debian/rules    2008-03-28 09:37:57.000000000 
+0000
+++ iceweasel-2.0.0.12/debian/rules     2008-03-27 23:26:26.000000000 +0000
@@ -85,14 +85,10 @@ CONFIGURE_OPTIONS = \
        --enable-chrome-format=flat \
        --disable-elf-dynstr-gc \
        --enable-system-hunspell \
+       --enable-static \
+       --disable-shared \
        $(DEBUG_FLAG)
 
-ifneq ($(DEB_BUILD_ARCH),mips)
-ifneq ($(DEB_BUILD_ARCH),mipsel)
-       CONFIGURE_OPTIONS += --enable-static --disable-shared
-endif
-endif
-
 configure: config.status
 config.status:
        dh_testdir



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to