From patchwork Wed Dec 19 07:27:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libcurl: needs MMU Date: Tue, 18 Dec 2012 21:27:32 -0000 From: Maxime Ripard X-Patchwork-Id: 207250 Message-Id: <1355902052-7507-1-git-send-email-maxime.ripard@free-electrons.com> To: buildroot@busybox.net Fixes http://autobuild.buildroot.org/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/build-end.log Signed-off-by: Maxime Ripard --- package/libcurl/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libcurl/Config.in b/package/libcurl/Config.in index 1d6d08e..10ee0e4 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.