From patchwork Thu Apr 5 11:41:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 150940 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id EC986B6FD1 for ; Thu, 5 Apr 2012 21:42:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B76999050B; Thu, 5 Apr 2012 11:42:11 +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 HxbrYN4CZMzO; Thu, 5 Apr 2012 11:42:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 204AF8FE96; Thu, 5 Apr 2012 11:42:09 +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 E5C218F75B for ; Thu, 5 Apr 2012 11:42:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D75D18FEB9 for ; Thu, 5 Apr 2012 11:42:07 +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 aKeM+hyyK4vL for ; Thu, 5 Apr 2012 11:42:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id CC25F8FE96 for ; Thu, 5 Apr 2012 11:42:04 +0000 (UTC) Received: from asgard (host10.190-30-120.telecom.net.ar [190.30.120.10]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q35BfwJQ017131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Apr 2012 08:42:00 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1333626122; bh=z1q4kmHsf5qZLkPgqO0DC0Zu4+q3hQWkY+fQqD0qidg=; h=From:To:Cc:Subject:Date:Message-Id; b=QzQeiCox2T9yHz451oDGgQyPJ1cxQ1E3lMo2M8GXrFRepJWWy0VFGmPS4Shsw2yeE gfVyM4ubOYwVZqZmE/2jgp4Ibzke+rl7u7fAk5yh1S0fIk2sAExP9et1AyE2jAMr1H cR9BhtT85h+BYfpHTdqmN8CE+zkivmeu7FN/iQYE= Received: by asgard (sSMTP sendmail emulation); Thu, 05 Apr 2012 08:41:57 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 5 Apr 2012 08:41:57 -0300 Message-Id: <1333626117-20618-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] 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 Signed-off-by: Gustavo Zacarias --- 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