aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-07-10 00:29:54 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-07-10 00:43:11 +0200
commit6f15fb4166408a0fb87d9376d9fa5c6736541ad4 (patch)
tree02c91e1549f86db12de27142405f01399853e71e
parentFUSE: Remove invalid configure option --disable-kernel-module (diff)
downloadgenkernel-6f15fb4166408a0fb87d9376d9fa5c6736541ad4.tar.gz
genkernel-6f15fb4166408a0fb87d9376d9fa5c6736541ad4.tar.bz2
genkernel-6f15fb4166408a0fb87d9376d9fa5c6736541ad4.zip
FUSE: Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411)
-rw-r--r--ChangeLog4
-rw-r--r--patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch10
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21e7fdb..2752e7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
# Distributed under the GPL v2
# $Id$
+ 09 Jul 2012; Sebastian Pipping <sping@gentoo.org>
+ patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch:
+ Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411)
+
09 Jul 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
Restore previous handling of real_root due to report of regressions (bug
#419965)
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 <config.h>
+
++#define _GNU_SOURCE /* for clone */
+ #include "mount_util.h"
+ #include <stdio.h>
+ #include <stdlib.h>