perl-Fuse: unmark broken

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-13 21:22:36 -06:00 committed by Juan RP
parent 471182658c
commit 19f8555b9c
2 changed files with 15 additions and 6 deletions

View file

@ -10,3 +10,16 @@
int flags = fi->flags;
FUSE_CONTEXT_PRE;
DEBUGf("release begin\n");
diff --git Fuse.xs Fuse.xs
index b41c761..266978b 100755
--- Fuse.xs
+++ Fuse.xs
@@ -2,7 +2,7 @@
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
-
+#include <linux/ioctl.h>
#include <fuse.h>
#if defined(__linux__) || defined(__APPLE__)

View file

@ -1,4 +1,4 @@
# Template build file for 'perl-Fuse'.
# Template file for 'perl-Fuse'
pkgname=perl-Fuse
version=0.16
revision=13
@ -9,11 +9,7 @@ makedepends="fuse-devel perl"
depends="perl>=5.20"
short_desc="Write filesystems in Perl using FUSE"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-only"
homepage="https://metacpan.org/release/Fuse"
license="LGPL-2.1"
distfiles="${CPAN_SITE}/Fuse/Fuse-$version.tar.gz"
checksum=30a939fe5816b00ba9cabb6cd811f894e6a74361ce29d786ae1811b0021d7aa1
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/4152/steps/shell_3/logs/stdio"
esac