projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed58eab
)
package/ytree: uses fork(), needs MMU
author
Peter Seiderer
<ps.report@gmx.net>
Thu, 19 Sep 2019 19:52:00 +0000
(21:52 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Thu, 19 Sep 2019 20:44:25 +0000
(22:44 +0200)
Fixes [1]:
login.c:(.text+0x546): undefined reference to `fork'
[1] http://autobuild.buildroot.net/results/
bcbd0b826d5af1d429c23255d63dce6c7080085e
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ytree/Config.in
patch
|
blob
|
history
diff --git
a/package/ytree/Config.in
b/package/ytree/Config.in
index 4eca9c7e104196e712b49c7fed412f2621bf97d9..3ac9283a56e549777a6ebc54ace7025cabfd5ac3 100644
(file)
--- a/
package/ytree/Config.in
+++ b/
package/ytree/Config.in
@@
-1,5
+1,6
@@
config BR2_PACKAGE_YTREE
bool "ytree"
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_NCURSES
help
Ytree - a (curses-based) file manager similar to DOS Xtree(tm)