diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-24 15:11:24 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-24 15:11:54 +0200 |
commit | 4124a373447e37b3fbc422c235398f3a66982823 (patch) | |
tree | 5e7127694da5c3fd593f7b9fb4131648878cf61b /sys-libs | |
parent | www-client/chromium: keyword 92.0.4515.107 for ~ppc64 (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 2 |
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) ... |