nsjail: needs musl-legacy-compat on musl.

This commit is contained in:
Juan RP 2020-02-29 07:52:18 +01:00
parent 27a5a642d9
commit ebb22a64fc
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -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