From patchwork Fri Sep 12 15:50:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?SsOpcsO0bWUgUG91aWxsZXI=?= X-Patchwork-Id: 388699 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 8D7D71401EB for ; Sat, 13 Sep 2014 01:50:54 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 83FEA33516; Fri, 12 Sep 2014 15:50:53 +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 iGjC7OH6GnNz; Fri, 12 Sep 2014 15:50:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8867833524; Fri, 12 Sep 2014 15:50:44 +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 D22791BFA28 for ; Fri, 12 Sep 2014 15:50:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CAE4D91E93 for ; Fri, 12 Sep 2014 15:50:24 +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 j8ztkIDaXt9C for ; Fri, 12 Sep 2014 15:50:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from lupi.sysmic.org (sysmic.org [62.210.89.17]) by whitealder.osuosl.org (Postfix) with ESMTPS id E386291E47 for ; Fri, 12 Sep 2014 15:50:20 +0000 (UTC) Received: from localhost.localdomain (mal35-3-82-240-201-171.fbx.proxad.net [82.240.201.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jezz) by lupi.sysmic.org (Postfix) with ESMTPSA id 6EAB2411AF; Fri, 12 Sep 2014 17:50:19 +0200 (CEST) From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= To: buildroot@busybox.net Date: Fri, 12 Sep 2014 17:50:01 +0200 Message-Id: <1410537011-29662-3-git-send-email-jezz@sysmic.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1410537011-29662-1-git-send-email-jezz@sysmic.org> References: <1410537011-29662-1-git-send-email-jezz@sysmic.org> MIME-Version: 1.0 Cc: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Subject: [Buildroot] [PATCH 02/12] xapp_xkbevd: depends on 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes http://sysmic.org/~jezz/results/a9ec03bd: xkbevd.o: In function `_main': xkbevd.c:(.text+0x3ca): undefined reference to `_fork' collect2: ld returned 1 exit status Signed-off-by: Jérôme Pouiller --- package/x11r7/xapp_xkbevd/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/x11r7/xapp_xkbevd/Config.in b/package/x11r7/xapp_xkbevd/Config.in index cf31565..0cbb9e4 100644 --- a/package/x11r7/xapp_xkbevd/Config.in +++ b/package/x11r7/xapp_xkbevd/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_XAPP_XKBEVD bool "xkbevd" + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_XLIB_LIBXKBFILE help XKB event daemon