sys-libs/glibc: Update live ebuild
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 18 Sep 2017 09:42:02 +0000 (11:42 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 18 Sep 2017 09:54:10 +0000 (11:54 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

sys-libs/glibc/glibc-9999.ebuild

index 1c50413c2cf517892d6d4cee338eede1d9b1ac32..461d18c9c09a85e41324d9ff6e522dd2c12de4c6 100644 (file)
@@ -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'