perl-Fuse: add patch to fix x86 build.

This commit is contained in:
Juan RP 2013-10-29 14:30:20 +01:00
parent 52e79f300c
commit a61da18669
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- Fuse.xs 2013-09-13 06:16:35.000000000 +0400
+++ Fuse.xs 2013-10-29 14:38:44.000000000 +0400
@@ -754,6 +754,9 @@
int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
int rv;
+#ifndef PERL_HAS_64BITINT
+ char *temp;
+#endif
int flags = fi->flags;
FUSE_CONTEXT_PRE;
DEBUGf("release begin\n");