[Buildroot] [git commit] lsof: needs mmu

Peter Korsgaard peter at korsgaard.com
Mon Apr 28 19:51:26 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=484e11aafe1ec747d4b8d661ec83e697e20765ed
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
http://autobuild.buildroot.net/results/f03/f03fd887cfb353149d88c97afa380bd95d6315f1/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/lsof/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/lsof/Config.in b/package/lsof/Config.in
index cc7512c..820cbf7 100644
--- a/package/lsof/Config.in
+++ b/package/lsof/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LSOF
 	bool "lsof"
+	depends on BR2_USE_MMU # fork()
 	help
 	  lsof (LiSt Open Files)
 	  The lsof tool lists information about files opened by



More information about the buildroot mailing list