diff --git a/srcpkgs/moosefs/patches/fix-musl.patch b/srcpkgs/moosefs/patches/fix-musl.patch new file mode 100644 index 00000000000..83cbbba6992 --- /dev/null +++ b/srcpkgs/moosefs/patches/fix-musl.patch @@ -0,0 +1,10 @@ +--- mfsclient/nbdmain.c.orig 2020-06-08 08:19:08.422379805 +0200 ++++ mfsclient/nbdmain.c 2020-06-08 08:18:55.079380447 +0200 +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + + #ifdef HAVE_LINUX_NBD_H + #include diff --git a/srcpkgs/moosefs/template b/srcpkgs/moosefs/template index a0b0105819c..adc8125a13e 100644 --- a/srcpkgs/moosefs/template +++ b/srcpkgs/moosefs/template @@ -1,7 +1,7 @@ # Template file for 'moosefs' pkgname=moosefs version=3.0.113 -revision=1 +revision=2 build_style=gnu-configure configure_args="--localstatedir=/var/lib --with-default-user=_mfs --with-default-group=_mfs"