[Buildroot] [git commit] vsftpd: needs mmu

Peter Korsgaard jacmet at sunsite.dk
Fri Dec 28 11:12:29 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=2eb995759d2e24e4e1f584439d2a272be68b4bba
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes
http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/vsftpd/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/vsftpd/Config.in b/package/vsftpd/Config.in
index 8414c88..3d4cff1 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/


More information about the buildroot mailing list