From 00475fbe98988f947c901f55185761a8cd950d59 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 16 Sep 2017 17:24:47 +0200 Subject: sys-libs/glibc: Dont install the stub libnsl, since it comes without headers anyway Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- sys-libs/glibc/glibc-2.26-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) 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' -- cgit v1.2.3-65-gdbad