From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4E8071384B4 for ; Sat, 7 Nov 2015 11:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4510C21C010; Sat, 7 Nov 2015 11:07:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE7F021C010 for ; Sat, 7 Nov 2015 11:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C17D340702 for ; Sat, 7 Nov 2015 11:07:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3E541B1 for ; Sat, 7 Nov 2015 11:07:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1446894418.2f8b52ae65b36c8346d530a55cdc0d5f3781a850.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2f8b52ae65b36c8346d530a55cdc0d5f3781a850 X-VCS-Branch: master Date: Sat, 7 Nov 2015 11:07:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 34a0a3e6-a988-4111-97f4-2f8de6ed26c4 X-Archives-Hash: a91f813a91bb4b4e64b9a25bd3e08c6e commit: 2f8b52ae65b36c8346d530a55cdc0d5f3781a850 Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 7 11:06:58 2015 +0000 Commit: Pacho Ramos gentoo 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"