moosefs: update to 3.0.104.

This commit is contained in:
maxice8 2019-03-28 13:25:15 -03:00 committed by maxice8
parent 91779f3a24
commit f67797024f
2 changed files with 7 additions and 22 deletions

View file

@ -1,17 +0,0 @@
author: maxice8
Upstream: no
Reason: fixes musl compilation
diff --git a/mfsclient/mfsio.c b/mfsclient/mfsio.c
index 2c624e9..cd99a53 100644
--- mfsclient/mfsio.c
+++ mfsclient/mfsio.c
@@ -31,6 +31,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <pthread.h>
+#include <sys/file.h>
#include "MFSCommunication.h"
#include "mastercomm.h"

View file

@ -1,18 +1,20 @@
# Template file for 'moosefs'
pkgname=moosefs
version=3.0.103
version=3.0.104
revision=1
build_style=gnu-configure
configure_args="--localstatedir=/var/lib --with-default-user=_mfs --with-default-group=_mfs"
configure_args="--localstatedir=/var/lib --with-default-user=_mfs
--with-default-group=_mfs"
hostmakedepends="automake libtool pkg-config"
makedepends="zlib-devel libpcap-devel fuse-devel"
system_accounts="_mfs"
short_desc="A fault tolerant, network distributed file system"
short_desc="Fault tolerant, network distributed file system"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://moosefs.org/"
distfiles="http://ppa.moosefs.com/src/moosefs-${version}-1.tar.gz"
checksum=d8dc9fb7fb72b6f6991e422cbd32320811fa40207c5ced14aebb0ad89dd6af43
checksum=9e4532e8715d89b0acb52115fd460c6905fbd29bad9f6746a6e1c38aa6a8ad8f
system_accounts="_mfs"
pre_configure() {
sed -i 's,AC_RUN_IFELSE,AC_LINK_IFELSE,g' configure.ac