From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SoMhx-00069V-Ol for garchives@archives.gentoo.org; Mon, 09 Jul 2012 22:45:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 980B421C04A; Mon, 9 Jul 2012 22:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6CC4B21C04A for ; Mon, 9 Jul 2012 22:45:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D75251B401A for ; Mon, 9 Jul 2012 22:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 855B0E543C for ; Mon, 9 Jul 2012 22:45:08 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1341873791.6f15fb4166408a0fb87d9376d9fa5c6736541ad4.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: patches/fuse/2.8.6/, / X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch X-VCS-Directories: patches/fuse/2.8.6/ / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 6f15fb4166408a0fb87d9376d9fa5c6736541ad4 X-VCS-Branch: master Date: Mon, 9 Jul 2012 22:45:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 10773a2f-7f9f-4ebd-a432-0aea0fd8b15c X-Archives-Hash: c86fe79370e9e1f1a875e65024eb5830 commit: 6f15fb4166408a0fb87d9376d9fa5c6736541ad4 Author: Sebastian Pipping pipping org> AuthorDate: Mon Jul 9 22:29:54 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Jul 9 22:43:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D6f15fb41 FUSE: Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #370411) --- ChangeLog | 4 ++++ patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch | 10 ++++++++++ 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$ =20 + 09 Jul 2012; Sebastian Pipping + 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 defaults/initrd.scri= pts: Restore previous handling of real_root due to report of regressions (b= ug #419965) diff --git a/patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch b/patches/fus= e/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 @@ +=20 + #include +=20 ++#define _GNU_SOURCE /* for clone */ + #include "mount_util.h" + #include + #include