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 4C60E138010 for ; Mon, 15 Feb 2016 14:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C33F921C004; Mon, 15 Feb 2016 14:32:18 +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 6E57221C002 for ; Mon, 15 Feb 2016 14:32:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79202340BCF for ; Mon, 15 Feb 2016 14:32:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 709FDCFF for ; Mon, 15 Feb 2016 14:32:10 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1455546543.080061a22194555c39312557d52ed4d9ab20da06.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udev/udev-229.ebuild X-VCS-Directories: sys-fs/udev/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 080061a22194555c39312557d52ed4d9ab20da06 X-VCS-Branch: master Date: Mon, 15 Feb 2016 14:32:10 +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: 9a91f832-e0dd-4382-bba2-12fda68dc873 X-Archives-Hash: 159267870d3cc2957027ddfe725a0fea commit: 080061a22194555c39312557d52ed4d9ab20da06 Author: William Hubbs gentoo org> AuthorDate: Mon Feb 15 14:29:03 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Feb 15 14:29:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080061a2 sys-fs/udev: do not use gold linker https://bugs.gentoo.org/show_bug.cgi?id=573874 sys-fs/udev/udev-229.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/udev/udev-229.ebuild b/sys-fs/udev/udev-229.ebuild index 3289cea..f026426 100644 --- a/sys-fs/udev/udev-229.ebuild +++ b/sys-fs/udev/udev-229.ebuild @@ -157,6 +157,7 @@ multilib_src_configure() { tc-export CC #463846 export cc_cv_CFLAGS__flto=no #502950 export cc_cv_CFLAGS__Werror_shadow=no #554454 + export cc_cv_LDFLAGS__Wl__fuse_ld_gold=no #573874 # Keep sorted by ./configure --help and only pass --disable flags # when *required* to avoid external deps or unnecessary compile