commit:     95f8efa1ed8f36a92f3c69591b86cefadc95dbc2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 16:09:02 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 16:10:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f8efa1

sys-libs/glibc: Minor build fix

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-libs/glibc/glibc-2.33-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.33-r9.ebuild 
b/sys-libs/glibc/glibc-2.33-r9.ebuild
index e92bacdf9b11..761340587b4d 100644
--- a/sys-libs/glibc/glibc-2.33-r9.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r9.ebuild
@@ -1532,7 +1532,7 @@ glibc_sanity_check() {
 
        # first let's find the actual dynamic linker here
        # symlinks may point to the wrong abi
-       local newldso=$(find . -maxdepth 1 -name 'ld*so.?' -type f -print -quit)
+       local newldso=$(find . -maxdepth 1 -name 'ld-*so' -type f -print -quit)
 
        einfo Last-minute run tests with ${newldso} in /$(get_libdir) ...
 

Reply via email to