summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 15:11:24 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 15:11:54 +0200
commit4124a373447e37b3fbc422c235398f3a66982823 (patch)
tree5e7127694da5c3fd593f7b9fb4131648878cf61b /sys-libs/glibc
parentwww-client/chromium: keyword 92.0.4515.107 for ~ppc64 (diff)
downloadgentoo-4124a373447e37b3fbc422c235398f3a66982823.tar.gz
gentoo-4124a373447e37b3fbc422c235398f3a66982823.tar.bz2
gentoo-4124a373447e37b3fbc422c235398f3a66982823.zip
sys-libs/glibc: also find ld.so on arm64 in the last-minute checks
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 8904487a6b0e..69244bf890bb 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -1461,7 +1461,7 @@ glibc_sanity_check() {
# first let's find the actual dynamic linker here
# symlinks may point to the wrong abi
- local newldso=$(find . -name 'ld-linux*.so.2' -type f -print -quit)
+ local newldso=$(find . -name 'ld-linux*.so.?' -type f -print -quit)
einfo Last-minute run tests with ${newldso} in /$(get_libdir) ...