[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:18 UTC 2008
The following commit has been merged in the debian/unstable branch:
commit 6f0ea60d5c361ed09438928d86c83fe71311d0bb
Author: Mike Hommey <glandium at debian.org>
Date: Thu Jul 10 21:06:24 2008 +0200
Fix FTBFS on ARM by hiding all C++ mangled symbols
As a workaround for #490173, hide all C++ mangled symbols.
This will be enough for now, while fixing FTBFS on ARM.
diff --git a/debian/changelog b/debian/changelog
index 43fb116..b45c0c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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.
+
+ -- Mike Hommey <glandium at debian.org> Thu, 10 Jul 2008 21:03:17 +0200
+
webkit (1.0.1-1) unstable; urgency=low
* New upstream release. Closes: #489385.
diff --git a/symbols.filter b/symbols.filter
index f5af6ba..e5ea6d3 100644
--- a/symbols.filter
+++ b/symbols.filter
@@ -1,5 +1,4 @@
{
local:
-_ZSt*;
-_ZNSt*;
+_Z*;
};
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list