From patchwork Mon Feb 25 10:22:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 222891 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 340242C0090 for ; Mon, 25 Feb 2013 21:22:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0377810BD4B; Mon, 25 Feb 2013 10:22:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6KlgYDT5N9IK; Mon, 25 Feb 2013 10:22:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id EB9BF10BD3F; Mon, 25 Feb 2013 10:22:13 +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 5ED8B8F7A2 for ; Mon, 25 Feb 2013 10:22:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E83F98EA59 for ; Mon, 25 Feb 2013 10:22:25 +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 vqvViNte6hOO for ; Mon, 25 Feb 2013 10:22:25 +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 003BE8E7BA for ; Mon, 25 Feb 2013 10:22:24 +0000 (UTC) Received: from asgard (host36.190-138-230.telecom.net.ar [190.138.230.36]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r1PAMIln005303 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 25 Feb 2013 10:22:20 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1361787742; bh=6kaioZhCJRtTz4xymxgnXLmKrgkx0JIj/UerCsrJyiw=; h=From:To:Cc:Subject:Date; b=VyN7ZzUAqyqUHyRA2i58USjy3sx/5hPQ5EO2jlXv7o6x3g9G8jmDKqwW3I1oRBi9x xJtq1j6pwTz0+S9bPFGPALiOEhAzUNnw+68Z/ibzJuqt70oSR0Hrs37yr6fRC5KkxG GCzJUzelTB3H0w6DIYVj8zeyCa+8S9nA91Lk2N94= Received: by asgard (sSMTP sendmail emulation); Mon, 25 Feb 2013 07:22:17 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 25 Feb 2013 07:22:16 -0300 Message-Id: <1361787736-15720-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.6 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] dialog: 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/bfb968d611e8dea43c604726a3005c72a7d6ee28/ Signed-off-by: Gustavo Zacarias --- package/dialog/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/dialog/Config.in b/package/dialog/Config.in index db5197f..b3efd8d 100644 --- a/package/dialog/Config.in +++ b/package/dialog/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_DIALOG bool "dialog" depends on BR2_TOOLCHAIN_HAS_THREADS # fork() + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_NCURSES select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help