commit: 2f8b52ae65b36c8346d530a55cdc0d5f3781a850
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 7 11:06:58 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 7 11:06:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8b52ae
net-libs/webkit-gtk: Fix ia64, bug #555504 by Émeric Maschino
Package-Manager: portage-2.2.23
net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild
b/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild
index 56b20ba..57551d5 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild
@@ -154,7 +154,7 @@ src_configure() {
# It does not compile on alpha without this in LDFLAGS
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
use alpha && append-ldflags "-Wl,--no-relax"
-
+
# ld segfaults on ia64 with LDFLAGS --as-needed, bug #555504
use ia64 && append-ldflags "-Wl,--no-as-needed"