From 6ecb5a1ced17a65596dfcac4556de32c1988d0d8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 3 Jul 2011 13:05:44 +0200 Subject: [PATCH] fuse: added patch to make this build on newer kernels. --- srcpkgs/fuse/patches/fusermount.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/fuse/patches/fusermount.patch diff --git a/srcpkgs/fuse/patches/fusermount.patch b/srcpkgs/fuse/patches/fusermount.patch new file mode 100644 index 00000000000..17977f1f73c --- /dev/null +++ b/srcpkgs/fuse/patches/fusermount.patch @@ -0,0 +1,12 @@ +CLONE_NEWNS is only defined for __USE_GNU. + +--- util/fusermount.c.orig 2011-06-27 17:41:08.845498441 +0200 ++++ util/fusermount.c 2011-06-27 17:42:31.236498493 +0200 +@@ -26,6 +26,7 @@ + #include + #include + #include ++#define __USE_GNU + #include + + #define FUSE_COMMFD_ENV "_FUSE_COMMFD"