diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-12-18 21:27:32 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-19 09:52:06 +0100 |
commit | 9229b82d6326ea425a258b91a9f0157ef6b223b7 (patch) | |
tree | 9da656ccec99cc73bda67b2da75eb9ce01ed84d0 /package | |
parent | d8b333c675232ec5dfa45b6005217a5f499c161a (diff) | |
download | buildroot-novena-9229b82d6326ea425a258b91a9f0157ef6b223b7.tar.gz buildroot-novena-9229b82d6326ea425a258b91a9f0157ef6b223b7.zip |
libcurl: needs MMU
Fixes
http://autobuild.buildroot.org/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/build-end.log
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/libcurl/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libcurl/Config.in b/package/libcurl/Config.in index 1d6d08e68..10ee0e415 100644 --- a/package/libcurl/Config.in +++ b/package/libcurl/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBCURL bool "libcurl" + depends on BR2_USE_MMU # Uses fork() help cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and Dict servers, using any of the supported protocols. |