From: Gustavo Zacarias Date: Fri, 28 Dec 2012 00:59:01 +0000 (+0000) Subject: vsftpd: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2eb995759;p=buildroot.git vsftpd: needs mmu Fixes http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/vsftpd/Config.in b/package/vsftpd/Config.in index 8414c88f72..3d4cff1c07 100644 --- a/package/vsftpd/Config.in +++ b/package/vsftpd/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_VSFTPD bool "vsftpd" + depends on BR2_TOOLCHAIN_HAS_THREADS # fork() help vsftpd is an ftp daemon written with security in mind. http://vsftpd.beasts.org/