diff mbox

[05/12] xapp_xmh: depends on MMU

Message ID 1410537011-29662-6-git-send-email-jezz@sysmic.org
State Accepted
Commit f68f8347e04fb40e53cb6823f68aa1e947a20e7d
Headers show

Commit Message

Jérôme Pouiller Sept. 12, 2014, 3:50 p.m. UTC
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 <jezz@sysmic.org>
---
 package/x11r7/xapp_xmh/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Sept. 12, 2014, 9:16 p.m. UTC | #1
>>>>> "Jérôme" == Jérôme Pouiller <jezz@sysmic.org> writes:

 > 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 <jezz@sysmic.org>

Committed, thanks.
diff mbox

Patch

diff --git a/package/x11r7/xapp_xmh/Config.in b/package/x11r7/xapp_xmh/Config.in
index 1ef65c7..4e86d0f 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