[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.0.1-1-2-g686b55d

Mike Hommey glandium at debian.org
Thu Jul 10 19:10:19 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit 686b55d58e2c4852f475cf161cf6f82b80504862
Author: Mike Hommey <glandium at debian.org>
Date:   Thu Jul 10 21:08:58 2008 +0200

    Build with -Wl,--no-relax on alpha
    
    This works around a binutils bug causing FTBFS.

diff --git a/debian/changelog b/debian/changelog
index b45c0c5..0571988 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ webkit (1.0.1-2) UNRELEASED; urgency=low
 
   * symbols.filter: As a workaround for #490173, hide all C++ mangled symbols.
     This will be enough for now, while fixing FTBFS on ARM.
+  * debian/rules: Build with -Wl,--no-relax on alpha, to work around a
+    binutils bug causing FTBFS.
 
  -- Mike Hommey <glandium at debian.org>  Thu, 10 Jul 2008 21:03:17 +0200
 
diff --git a/debian/rules b/debian/rules
index f77c524..a8ed06b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@ else
         CFLAGS += -O0
 endif
 
+ifeq ($(DEB_BUILD_ARCH),alpha)
+        CFLAGS += -Wl,--no-relax
+endif
+
 clean:
 	dh_testdir
 	dh_testroot

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list