commit: 080061a22194555c39312557d52ed4d9ab20da06 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Mon Feb 15 14:29:03 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> 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
