From: Jérôme Pouiller Date: Fri, 12 Sep 2014 15:50:04 +0000 (+0200) Subject: xapp_xmh: depends on MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f68f8347e04fb40e53cb6823f68aa1e947a20e7d;p=buildroot.git xapp_xmh: depends on MMU 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 --- 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