Package: firefox Version: 1.5.dfsg+1.5.0.4-1 Serverity: important Tags: patch
Fixing bug #274738 for binutils will allow to build firefox without the xgot hack on mips/mipsel. Since this may also break the existing xgot support, a rebuild with the appended patch is needed then. Thiemo --- config/rules.mk.orig 2006-06-12 14:51:28.000000000 +0100 +++ config/rules.mk 2006-06-12 14:51:42.000000000 +0100 @@ -456,15 +456,6 @@ endif endif endif -ifeq ($(OS_ARCH),Linux) -ifneq (,$(filter mips mipsel,$(OS_TEST))) -ifneq (,$(filter layout content xul xuldoc xultmpl svg_doc view dom jsurl,$(MODULE))) -OS_CFLAGS += -Wa,-xgot -OS_CXXFLAGS += -Wa,-xgot -endif -endif -endif - # # HP-UXBeOS specific section: for COMPONENTS only, add -Bsymbolic flag # which uses internal symbols first -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]