Source: webkit Version: 1.6.3-2 Severity: important Tags: patch Hello,
webkit is more and more difficult to link on 32bit systems like hurd-i386 (which does not yet have bigmem support), could you please enable -gstabs on it as well? Samuel -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.4 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Samuel Thibault <samuel.thiba...@fnac.net> SL> Au fait elle est mieux ma signature maintenant ? Oui. T'enlève encore les conneries que t'as écrit dedans et c'est bon. -+- JB in <http://neuneu.mine.nu> : Le neueuttoyage par le vide -+-
--- debian/rules.orig 2012-03-21 00:44:44.000000000 +0100 +++ debian/rules 2012-03-21 00:45:24.000000000 +0100 @@ -21,7 +21,7 @@ LDFLAGS += -Wl,--no-relax endif -ifneq (,$(findstring $(DEB_BUILD_ARCH),mips mipsel s390 s390x)) +ifneq (,$(findstring $(DEB_BUILD_ARCH),mips mipsel s390 s390x hurd-i386)) CFLAGS += -gstabs endif