commit: 4124a373447e37b3fbc422c235398f3a66982823
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 13:11:24 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 13:11:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4124a373
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 <AT> gentoo.org>
sys-libs/glibc/glibc-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 8904487a6b0..69244bf890b 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) ...