From f68f8347e04fb40e53cb6823f68aa1e947a20e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Fri, 12 Sep 2014 17:50:04 +0200 Subject: [PATCH] xapp_xmh: depends on MMU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes http://sysmic.org/~jezz/results/1a0bc183: command.o: In function `__DoCommandToFileOrPipe': command.c:(.text+0x35e): undefined reference to `_fork' collect2: ld returned 1 exit status Signed-off-by: Jérôme Pouiller Signed-off-by: Peter Korsgaard --- package/x11r7/xapp_xmh/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/x11r7/xapp_xmh/Config.in b/package/x11r7/xapp_xmh/Config.in index 1ef65c762f..4e86d0f426 100644 --- a/package/x11r7/xapp_xmh/Config.in +++ b/package/x11r7/xapp_xmh/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_XAPP_XMH bool "xmh" + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_XLIB_LIBXAW select BR2_PACKAGE_XDATA_XBITMAPS help