summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 16:02:58 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 16:03:14 +0200
commit522ad9247503555c59cea5f6f6f354710fce5ef9 (patch)
treea24bba8041efc5e88d557e4ef0999c2836c39ff3 /sys-libs
parentx11-misc/compose-tables: Stabilize 1.7.2 x86, #797562 (diff)
downloadgentoo-522ad9247503555c59cea5f6f6f354710fce5ef9.tar.gz
gentoo-522ad9247503555c59cea5f6f6f354710fce5ef9.tar.bz2
gentoo-522ad9247503555c59cea5f6f6f354710fce5ef9.zip
sys-libs/glibc: Even more general expression for ld.so (weird arches)
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.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 69244bf890bb..107ec16a0ba7 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.?' -type f -print -quit)
+ local newldso=$(find . -name 'ld*so.?' -type f -print -quit)
einfo Last-minute run tests with ${newldso} in /$(get_libdir) ...