Skip to content

Commit

Permalink
sys-libs/glibc: Now for real?
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
akhuettel committed Sep 17, 2017
1 parent 37d08b6 commit a8a2a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sys-libs/glibc/glibc-2.26-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ glibc_do_src_install() {
# 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" -o -name "libnsl.so" -delete
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:
Expand Down

0 comments on commit a8a2a9e

Please sign in to comment.