From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5916D138334 for ; Thu, 7 Mar 2019 18:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 634ABE08CE; Thu, 7 Mar 2019 18:06:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CEC6E08CE for ; Thu, 7 Mar 2019 18:06:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13E89335C9C for ; Thu, 7 Mar 2019 18:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BC2A52B for ; Thu, 7 Mar 2019 18:05:58 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1551981951.b4336a5e6a3866fa43cd0e5221cbe312b8db8c7d.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: b4336a5e6a3866fa43cd0e5221cbe312b8db8c7d X-VCS-Branch: master Date: Thu, 7 Mar 2019 18:05:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: baaaf58a-0fe1-4818-9c7a-ebb40e4d50f9 X-Archives-Hash: e838b1169f51de33600b7adcd638ec6c commit: b4336a5e6a3866fa43cd0e5221cbe312b8db8c7d Author: Ian Stakenvicius gentoo org> AuthorDate: Thu Mar 7 18:05:18 2019 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Thu Mar 7 18:05:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4336a5e dev-lang/spidermonkey: disable linker automagic Ensure the build system uses LD rather than automagically using gold. Signed-off-by: Ian Stakenvicius gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild index d80c73d9c22..9324e9d313f 100644 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild @@ -77,6 +77,7 @@ src_configure() { --with-system-nspr \ --disable-optimize \ --with-intl-api \ + --disable-gold \ $(use_with system-icu) \ $(use_enable debug) \ $(use_enable test tests) \