summaryrefslogtreecommitdiff
path: root/package/git
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-08-06 23:59:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-08-06 23:59:42 +0200
commitc3c950d0d5d5e8d1382610e259a79d5ddf831941 (patch)
tree42b9d291aebf8e428cba6a09db728430aa35c32c /package/git
parentf443c8317bfadfdfdfe38a1731dcfbdba3a6d0ae (diff)
git: needs MMU support
Fixes http://autobuild.buildroot.org/results/b5454e62c6ea18a9d30148c704927e820f29a7d4/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/git')
-rw-r--r--package/git/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/git/Config.in b/package/git/Config.in
index 931d460d4..854c0d4eb 100644
--- a/package/git/Config.in
+++ b/package/git/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_GIT
bool "git"
depends on BR2_LARGEFILE
+ depends on BR2_USE_MMU # uses fork()
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help