nsjail: needs musl-legacy-compat on musl.
This commit is contained in:
parent
27a5a642d9
commit
ebb22a64fc
@ -16,6 +16,10 @@ checksum="f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3
|
||||
|
||||
archs="aarch64* armv5tel* armv6l* armv7l* x86_64*"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
rmdir kafel
|
||||
ln -s ../kafel-* kafel
|
||||
|
Loading…
x
Reference in New Issue
Block a user