From patchwork Wed Dec 26 10:49:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 208158 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 225F42C00A6 for ; Wed, 26 Dec 2012 21:49:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id ED4C3268A9; Wed, 26 Dec 2012 10:49:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pHGEIwcsF2cT; Wed, 26 Dec 2012 10:49:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 48FFF26D3C; Wed, 26 Dec 2012 10:49:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id F2FF28F74B for ; Wed, 26 Dec 2012 10:49:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 380F484C62 for ; Wed, 26 Dec 2012 10:49:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V-fpQzf6IcGT for ; Wed, 26 Dec 2012 10:49:36 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3BEF984C3F for ; Wed, 26 Dec 2012 10:49:34 +0000 (UTC) Received: from asgard (host204.190-231-107.telecom.net.ar [190.231.107.204]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBQAnRbd027570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 26 Dec 2012 10:49:29 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1356518971; bh=nbgiBUsmjufBnJIl7TSCZdXw3htHr+5rWHvLTpLTGxA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=P2xP8MVoRHYWsfGoPk0gTLgd4emEF/ohhSjMd5+UrkMpQBtKOlhUpMBR+bckYDmwe nsjfHRUSFJeBOTDaIFOIpQvRgW4sm6LZBSjxH5Hf4hTYFs5MrFUSq+QatcTFK4mihE BKl7+fMNFcGeqC8aYQwFkDRqg8aXSjIuVlyhNdQ0= Received: by asgard (sSMTP sendmail emulation); Wed, 26 Dec 2012 07:49:26 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 26 Dec 2012 07:49:19 -0300 Message-Id: <1356518959-30055-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1356518959-30055-1-git-send-email-gustavo@zacarias.com.ar> References: <1356518959-30055-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] libfuse: needs mmu X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes http://autobuild.buildroot.net/results/5c64ea05e0ffedcc78f5255f6f76afa1f159cda0 Signed-off-by: Gustavo Zacarias --- package/libfuse/Config.in | 1 + package/sshfs/Config.in | 1 + package/unionfs/Config.in | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/package/libfuse/Config.in b/package/libfuse/Config.in index 2e9b7dc..5d30892 100644 --- a/package/libfuse/Config.in +++ b/package/libfuse/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBFUSE bool "libfuse" depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU # fork() help FUSE (Filesystem in UserSpacE) diff --git a/package/sshfs/Config.in b/package/sshfs/Config.in index d0cf932..11b6bb9 100644 --- a/package/sshfs/Config.in +++ b/package/sshfs/Config.in @@ -8,6 +8,7 @@ config BR2_PACKAGE_SSHFS depends on BR2_LARGEFILE depends on BR2_USE_WCHAR # glib2 depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse + depends on BR2_USE_MMU # libfuse help FUSE filesystem client based on the SSH File Transfer Protocol. diff --git a/package/unionfs/Config.in b/package/unionfs/Config.in index 92f1787..2ac7be9 100644 --- a/package/unionfs/Config.in +++ b/package/unionfs/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_UNIONFS select BR2_PACKAGE_LIBFUSE depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse + depends on BR2_USE_MMU # libfuse help A userspace unionfs implementation.