All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/ytree: uses fork(), needs MMU
@ 2019-09-19 20:44 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2019-09-19 20:44 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=da33c130e362fba2d43fc698f85facea1f26851f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ytree/Config.in b/package/ytree/Config.in
index 4eca9c7e10..3ac9283a56 100644
--- 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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-19 20:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19 20:44 [Buildroot] [git commit] package/ytree: uses fork(), needs MMU Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.