From patchwork Thu Apr 5 12:43:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 150952 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 43A62B7057 for ; Thu, 5 Apr 2012 22:45:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2A7CD3213A; Thu, 5 Apr 2012 12:45:15 +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 EvqNyiCey9Ux; Thu, 5 Apr 2012 12:45:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C14A132160; Thu, 5 Apr 2012 12:45:11 +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 2246C8F78E for ; Thu, 5 Apr 2012 12:45:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0E4FA9016D for ; Thu, 5 Apr 2012 12:45:08 +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 jdjW+coU8sIi for ; Thu, 5 Apr 2012 12:45:05 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by whitealder.osuosl.org (Postfix) with ESMTP id B66518FBD0 for ; Thu, 5 Apr 2012 12:45:05 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id A9C1296A13; Thu, 5 Apr 2012 12:45:05 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Thu, 5 Apr 2012 14:43:59 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 1cba5cf918c3c5f08f52f9c27802b89dbdbbcf9d X-Git-Newrev: 55c181fd0cb2d93b82564c5f9fcfb9adc13fd41b X-Patchwork-Hint: ignore Message-Id: <20120405124505.A9C1296A13@busybox.osuosl.org> Subject: [Buildroot] [git commit] bind: 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 commit: http://git.buildroot.net/buildroot/commit/?id=55c181fd0cb2d93b82564c5f9fcfb9adc13fd41b branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/bind/Config.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/bind/Config.in b/package/bind/Config.in index 9b9c7ee..2944f1f 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -2,6 +2,8 @@ config BR2_PACKAGE_BIND bool "bind" depends on BR2_INET_IPV6 depends on BR2_LARGEFILE + # fork() + depends on BR2_USE_MMU help BIND (Berkeley Internet Name Domain) is an implementation of the Domain Name System (DNS) protocols and provides an openly