diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-18 11:42:02 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-18 11:54:10 +0200 |
commit | f9cfa5ddfde26bebc80a54198c5607a5a6cc4418 (patch) | |
tree | b38ab34c76681309ff4ef60c3645e4bc98fc343a /sys-libs/glibc | |
parent | app-misc/pax-utils: add Prefix patches (diff) | |
download | gentoo-f9cfa5ddfde26bebc80a54198c5607a5a6cc4418.tar.gz gentoo-f9cfa5ddfde26bebc80a54198c5607a5a6cc4418.tar.bz2 gentoo-f9cfa5ddfde26bebc80a54198c5607a5a6cc4418.zip |
sys-libs/glibc: Update live ebuild
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 1c50413c2cf5..461d18c9c09a 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -569,6 +569,12 @@ glibc_do_src_install() { emake install_root="${D}$(alt_prefix)" install || die + # This version (2.26) provides some compatibility libraries for the NIS/NIS+ support + # which come without headers etc. Only needed for binary packages since the + # external net-libs/libnsl has increased soversion. Keep only versioned libraries. + find "${D}" -name "libnsl.a" -delete + find "${D}" -name "libnsl.so" -delete + # Normally real_pv is ${PV}. Live ebuilds are exception, there we need # to infer upstream version: # '#define VERSION "2.26.90"' -> '2.26.90' |