diff options
author | 2017-02-09 07:18:06 -0500 | |
---|---|---|
committer | 2017-02-09 07:18:24 -0500 | |
commit | f19183bc309b95544515109f736a8d4d35ca0472 (patch) | |
tree | f37a65d276cee9a8f06ba921e7d7f96c5d0cb1db /sys-libs/glibc/files | |
parent | sys-cluster/swift: fixing missing dep bug 608568 (diff) | |
download | gentoo-f19183bc309b95544515109f736a8d4d35ca0472.tar.gz gentoo-f19183bc309b95544515109f736a8d4d35ca0472.tar.bz2 gentoo-f19183bc309b95544515109f736a8d4d35ca0472.zip |
sys-libs/glibc: version bump to 2.25
Diffstat (limited to 'sys-libs/glibc/files')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_install.eblit | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-libs/glibc/files/eblits/src_install.eblit b/sys-libs/glibc/files/eblits/src_install.eblit index a23173eb961c..11ef2a4d2a15 100644 --- a/sys-libs/glibc/files/eblits/src_install.eblit +++ b/sys-libs/glibc/files/eblits/src_install.eblit @@ -51,6 +51,12 @@ toolchain-glibc_src_install() { cp -a elf/ld.so "${ED}"$(alt_libdir)/$(scanelf -qSF'%S#F' elf/ld.so) || die "copying nptl interp" fi + # Newer versions get fancy with libm linkage to include vectorized support. + # While we don't really need a ldscript here, portage QA checks get upset. + if [[ -e ${ED}$(alt_usrlibdir)/libm-${PV}.a ]] ; then + dosym ../../$(get_libdir)/libm-${PV}.so $(alt_usrlibdir)/libm-${PV}.so + fi + # We'll take care of the cache ourselves rm -f "${ED}"/etc/ld.so.cache |