diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-07 12:06:58 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-07 12:06:58 +0100 |
commit | 2f8b52ae65b36c8346d530a55cdc0d5f3781a850 (patch) | |
tree | 2cc949cf06d99d5de4ccac1a0ac1cad28dc5a17f /net-libs/webkit-gtk | |
parent | net-libs/webkit-gtk: Fix ia64, bug #555504 by Émeric Maschino (diff) | |
download | gentoo-2f8b52ae65b36c8346d530a55cdc0d5f3781a850.tar.gz gentoo-2f8b52ae65b36c8346d530a55cdc0d5f3781a850.tar.bz2 gentoo-2f8b52ae65b36c8346d530a55cdc0d5f3781a850.zip |
net-libs/webkit-gtk: Fix ia64, bug #555504 by Émeric Maschino
Package-Manager: portage-2.2.23
Diffstat (limited to 'net-libs/webkit-gtk')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 56b20ba3ec16..57551d5a9a96 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" |