Package: webkitgtk+
Version: 1.4.2-2
Severity: important
Tags: patch
Justification: fails to build from source
User: [email protected]
Usertags: s390x

webkitgtk+ fails to build on s390x due to linkage taking too much
memory. The solution is to switch to -gstabs, as already done on s390.
Please find a patch below to do that.


diff -Nru webkitgtk+-1.4.2/debian/rules webkitgtk+-1.4.2/debian/rules
--- webkitgtk+-1.4.2/debian/rules       2011-07-26 03:21:13.000000000 +0000
+++ webkitgtk+-1.4.2/debian/rules       2011-08-09 09:49:16.000000000 +0000
@@ -24,7 +24,7 @@
         CFLAGS += -Wl,--no-relax
 endif
 
-ifneq (,$(findstring $(DEB_BUILD_ARCH),mips mipsel s390))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),mips mipsel s390 s390x))
         CFLAGS += -gstabs
 endif
 

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: s390x 

Kernel: Linux 2.6.32-5-s390x (SMP w/3 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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

Reply via email to