Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: patches/fuse/2.8.6/, /
Date: Mon, 09 Jul 2012 22:45:34
Message-Id: 1341873791.6f15fb4166408a0fb87d9376d9fa5c6736541ad4.sping@gentoo
1 commit: 6f15fb4166408a0fb87d9376d9fa5c6736541ad4
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Mon Jul 9 22:29:54 2012 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 22:43:11 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=6f15fb41
7
8 FUSE: Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411)
9
10 ---
11 ChangeLog | 4 ++++
12 patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch | 10 ++++++++++
13 2 files changed, 14 insertions(+), 0 deletions(-)
14
15 diff --git a/ChangeLog b/ChangeLog
16 index 21e7fdb..2752e7d 100644
17 --- a/ChangeLog
18 +++ b/ChangeLog
19 @@ -5,6 +5,10 @@
20 # Distributed under the GPL v2
21 # $Id$
22
23 + 09 Jul 2012; Sebastian Pipping <sping@g.o>
24 + patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch:
25 + Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411)
26 +
27 09 Jul 2012; Sebastian Pipping <sping@g.o> defaults/initrd.scripts:
28 Restore previous handling of real_root due to report of regressions (bug
29 #419965)
30
31 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
32 new file mode 100644
33 index 0000000..93713cd
34 --- /dev/null
35 +++ b/patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch
36 @@ -0,0 +1,10 @@
37 +--- util/fusermount.c 2012-07-10 00:18:25.228755618 +0200
38 ++++ util/fusermount.c 2012-07-10 00:17:47.574226365 +0200
39 +@@ -9,6 +9,7 @@
40 +
41 + #include <config.h>
42 +
43 ++#define _GNU_SOURCE /* for clone */
44 + #include "mount_util.h"
45 + #include <stdio.h>
46 + #include <stdlib.h>