nsjail: unbreak with musl1.1

This commit is contained in:
Duncaen
2026-08-04 16:03:25 +02:00
parent 536b616a60
commit e6dc3f23a5
-4
View File
@@ -22,10 +22,6 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
case "${XBPS_TARGET_MACHINE}" in
armv[67]l-musl) broken="missing MS_NOSYMFOLLOW from musl1.1" ;;
esac
post_extract() {
vsrcextract -C kafel "kafel-${_kafel_rev}.tar.gz"
}