libcurl: needs MMU
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 18 Dec 2012 21:27:32 +0000 (21:27 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 19 Dec 2012 08:52:06 +0000 (09:52 +0100)
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>
package/libcurl/Config.in

index 1d6d08e68017b21f6ba4910d18b5428a04c30e39..10ee0e415d9dc71356f151e06be49bb9e3086915 100644 (file)
@@ -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.