From 6f15fb4166408a0fb87d9376d9fa5c6736541ad4 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 10 Jul 2012 00:29:54 +0200 Subject: FUSE: Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411) --- patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch (limited to 'patches') diff --git a/patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch b/patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch new file mode 100644 index 0000000..93713cd --- /dev/null +++ b/patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch @@ -0,0 +1,10 @@ +--- util/fusermount.c 2012-07-10 00:18:25.228755618 +0200 ++++ util/fusermount.c 2012-07-10 00:17:47.574226365 +0200 +@@ -9,6 +9,7 @@ + + #include + ++#define _GNU_SOURCE /* for clone */ + #include "mount_util.h" + #include + #include -- cgit v1.2.3-18-g5258