summaryrefslogtreecommitdiff
path: root/package/findutils
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-09-30 10:04:29 +0800
committerPeter Korsgaard <peter@korsgaard.com>2013-10-01 21:35:12 +0200
commit7a8be43c338a547ae0af02c409e492970a65c083 (patch)
tree22b7b4e9f0ccac7907e2e8f001932ee55349ba40 /package/findutils
parent1e4acc6c1492f45da05ce83d1b0b96930be354f6 (diff)
findutils: needs mmu
Fix below build error: ./libfindtools.a(pred.o): In function `launch': pred.c:(.text+0x240c): undefined reference to `fork' collect2: .ld returned 1 exit status/libfindtools.a (pred.o): In function `launch': pred.c:(.text+0x240c): undefined reference to `fork' collect2: ld returned 1 exit status make[4]: *** [oldfind] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [find] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/findutils')
-rw-r--r--package/findutils/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/findutils/Config.in b/package/findutils/Config.in
index bbe2cc14b8..32e87c26dc 100644
--- a/package/findutils/Config.in
+++ b/package/findutils/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_FINDUTILS
bool "findutils"
depends on BR2_USE_WCHAR
+ depends on BR2_USE_MMU # fork()
help
Basic directory searching utilities. Provides the
common 'find', 'xargs', 'locate', and 'updatedb' binaries.