summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.26-r1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild
index d3f64e629f8d..ac72e47377ae 100644
--- a/sys-libs/glibc/glibc-2.26-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r1.ebuild
@@ -569,6 +569,11 @@ 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. So, for us completely useless. Use
+ # net-libs/libnsl instead.
+ find "${D}" -name "libnsl*" -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'