diff options
author | William Hubbs <williamh@gentoo.org> | 2016-02-15 08:29:03 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-02-15 08:29:03 -0600 |
commit | 080061a22194555c39312557d52ed4d9ab20da06 (patch) | |
tree | da39ab4015e06d610f18a07dc86a8af44867a3cc /sys-fs | |
parent | sys-fs/quota: Removed old. (diff) | |
download | gentoo-080061a22194555c39312557d52ed4d9ab20da06.tar.gz gentoo-080061a22194555c39312557d52ed4d9ab20da06.tar.bz2 gentoo-080061a22194555c39312557d52ed4d9ab20da06.zip |
sys-fs/udev: do not use gold linker
https://bugs.gentoo.org/show_bug.cgi?id=573874
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-229.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/udev/udev-229.ebuild b/sys-fs/udev/udev-229.ebuild index 3289cea91a81..f02642684d2b 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 |