nfs-utils: need musl-legacy-compat

This commit is contained in:
q66 2020-01-18 06:14:55 +01:00
parent d487b69b9b
commit 68fd2833d0
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ make_dirs="
/etc/exports.d 0750 root root
"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
pre_configure() {
vsed -i '/SUBDIRS =/s/locktest//' tools/Makefile.in
case "$XBPS_TARGET_MACHINE" in