reopen 361188
thanks

Hello,

thanks for adding '-mminimal-toc' to OPTCFLAGS debian/rules to
support the ppc64 architecture.

However, there is an extra ')' in the relevant line which prevents 
'-mminimal-toc' to be actually added for ppc64. Consequently 'xulrunner'
still FTBFS on ppc64.

The attached patch removes the extra ')' character from debian/rules.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xulrunner-1.8.0.4/debian/rules ./debian/rules
--- ../tmp-orig/xulrunner-1.8.0.4/debian/rules  2006-07-04 18:02:48.000000000 
+0000
+++ ./debian/rules      2006-07-04 18:01:49.000000000 +0000
@@ -31,7 +31,7 @@
 
 OPTCFLAGS += -g
 
-ifeq ($(DEB_BUILD_ARCH)),ppc64)
+ifeq ($(DEB_BUILD_ARCH),ppc64)
        OPTCFLAGS += -mminimal-toc
 endif
 


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

Reply via email to