From patchwork Sat Apr 26 19:31:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 343092 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 426A614014A for ; Sun, 27 Apr 2014 05:31:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3A0788BD05; Sat, 26 Apr 2014 19:31:24 +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 LEp74Y6LdjM5; Sat, 26 Apr 2014 19:31:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C31738B89A; Sat, 26 Apr 2014 19:31:21 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 4461A1BF9D5 for ; Sat, 26 Apr 2014 19:31:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 400129337B for ; Sat, 26 Apr 2014 19:31:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nf4f-ppZnlnI for ; Sat, 26 Apr 2014 19:31:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by hemlock.osuosl.org (Postfix) with ESMTPS id C377093377 for ; Sat, 26 Apr 2014 19:31:18 +0000 (UTC) Received: from fwd12.aul.t-online.de (fwd12.aul.t-online.de [172.20.26.241]) by mailout09.t-online.de (Postfix) with SMTP id B16F627E2DB for ; Sat, 26 Apr 2014 21:30:04 +0200 (CEST) Received: from fli4l.lan.fli4l (bH1KKrZQ8hYgiXBSTrj34rjL3gZJMlC72oGvzZQtXS7lw0+WRaKryx01cY0SQwVgkA@[87.146.216.183]) by fwd12.t-online.de with esmtp id 1We8Jc-1FQusC0; Sat, 26 Apr 2014 21:31:12 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:35528) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1We8Jb-0007lO-Ii; Sat, 26 Apr 2014 21:31:11 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 26 Apr 2014 21:31:07 +0200 Message-Id: <1398540667-23731-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: bH1KKrZQ8hYgiXBSTrj34rjL3gZJMlC72oGvzZQtXS7lw0+WRaKryx01cY0SQwVgkA X-TOI-MSGID: d35c37ab-8da6-438a-b2b0-822e6f9d3084 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] xlib_libXpm: needs MMU (fork) 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/c57/c571b0a9d9f36a445ea36a4bd609154f9a9bddd5/ Signed-off-by: Bernd Kuhls --- package/x11r7/xlib_libXpm/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/x11r7/xlib_libXpm/Config.in b/package/x11r7/xlib_libXpm/Config.in index 528498c..077041a 100644 --- a/package/x11r7/xlib_libXpm/Config.in +++ b/package/x11r7/xlib_libXpm/Config.in @@ -4,5 +4,6 @@ config BR2_PACKAGE_XLIB_LIBXPM select BR2_PACKAGE_XLIB_LIBXEXT select BR2_PACKAGE_XLIB_LIBXT select BR2_PACKAGE_XPROTO_XPROTO + depends on BR2_USE_MMU # fork() help X.Org Xpm library