diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-12-28 00:59:01 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-28 12:12:29 +0100 |
commit | 2eb995759d2e24e4e1f584439d2a272be68b4bba (patch) | |
tree | 7014886c1e1b9bb162499f360c74cc01e18b6849 /package/vsftpd | |
parent | 9d9d842d871b8645f70c3a90f59f8e2e09935656 (diff) | |
download | buildroot-novena-2eb995759d2e24e4e1f584439d2a272be68b4bba.tar.gz buildroot-novena-2eb995759d2e24e4e1f584439d2a272be68b4bba.zip |
vsftpd: needs mmu
Fixes
http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/vsftpd')
-rw-r--r-- | 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 8414c88f7..3d4cff1c0 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/ |