mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
a5c7300c9e
commit
3b79df3106
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user