diff options
author | William Hubbs <williamh@gentoo.org> | 2016-02-15 08:30:45 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-02-15 08:30:45 -0600 |
commit | 611729fccbcac3aef50d86aa0a5ad0fb04825752 (patch) | |
tree | 74e221dff5f22daa26cc1127c3cb0b98445fecfa /sys-fs/udev | |
parent | sys-fs/udev: do not use gold linker (diff) | |
download | gentoo-611729fccbcac3aef50d86aa0a5ad0fb04825752.tar.gz gentoo-611729fccbcac3aef50d86aa0a5ad0fb04825752.tar.bz2 gentoo-611729fccbcac3aef50d86aa0a5ad0fb04825752.zip |
sys-fs/udev: sync live ebuild
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index c9d46a5646cc..f02642684d2b 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -104,7 +104,7 @@ pkg_setup() { src_prepare() { if ! [[ ${PV} = 9999* ]]; then # secure_getenv() disable for non-glibc systems wrt bug #443030 - if ! [[ $(grep -r secure_getenv * | wc -l) -eq 25 ]]; then + if ! [[ $(grep -r secure_getenv * | wc -l) -eq 26 ]]; then eerror "The line count for secure_getenv() failed, see bug #443030" die fi @@ -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 |