projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d2979
)
xapp_xmh: depends on MMU
author
Jérôme Pouiller
<jezz@sysmic.org>
Fri, 12 Sep 2014 15:50:04 +0000
(17:50 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 12 Sep 2014 21:18:19 +0000
(23:18 +0200)
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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x11r7/xapp_xmh/Config.in
patch
|
blob
|
history
diff --git
a/package/x11r7/xapp_xmh/Config.in
b/package/x11r7/xapp_xmh/Config.in
index 1ef65c762faaa800d1d75b891dfa6fa9417ed53a..4e86d0f42652dbc241785a7d65a99fdcfe08a47c 100644
(file)
--- 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