sys-libs/musl: skip static-pie linked utils from runtime test as well

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Part-of: https://github.com/gentoo/gentoo/pull/42418
Closes: https://github.com/gentoo/gentoo/pull/42418
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Haelwenn (lanodan) Monnier 2025-06-03 04:42:17 +02:00 committed by Sam James
parent a5c7300c9e
commit 3b79df3106
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,7 @@ musl_sanity_check() {
striptest=$(LC_ALL="C" file -L ${x} 2>/dev/null) || continue
case ${striptest} in
*"statically linked"*) continue;;
*"static-pie linked"*) continue;;
*"ASCII text"*) continue;;
esac
# We need to clear the locale settings as the upgrade might want

View File

@ -218,6 +218,7 @@ musl_sanity_check() {
striptest=$(LC_ALL="C" file -L ${x} 2>/dev/null) || continue
case ${striptest} in
*"statically linked"*) continue;;
*"static-pie linked"*) continue;;
*"ASCII text"*) continue;;
esac
# We need to clear the locale settings as the upgrade might want