nfs-utils: need musl-legacy-compat
This commit is contained in:
parent
d487b69b9b
commit
68fd2833d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue