moosefs: fix musl
This commit is contained in:
parent
eb5a8596ec
commit
96cbc4d778
2 changed files with 11 additions and 1 deletions
10
srcpkgs/moosefs/patches/fix-musl.patch
Normal file
10
srcpkgs/moosefs/patches/fix-musl.patch
Normal file
|
@ -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 <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <pthread.h>
|
||||
+#include <sys/file.h>
|
||||
|
||||
#ifdef HAVE_LINUX_NBD_H
|
||||
#include <linux/nbd.h>
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue