nsjail: needs musl-legacy-compat on musl.
This commit is contained in:
parent
27a5a642d9
commit
ebb22a64fc
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ checksum="f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3
|
||||||
|
|
||||||
archs="aarch64* armv5tel* armv6l* armv7l* x86_64*"
|
archs="aarch64* armv5tel* armv6l* armv7l* x86_64*"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rmdir kafel
|
rmdir kafel
|
||||||
ln -s ../kafel-* kafel
|
ln -s ../kafel-* kafel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue