summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/lftp/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/lftp/Config.in b/package/lftp/Config.in
index f4bde79c5..6a65edf49 100644
--- a/package/lftp/Config.in
+++ b/package/lftp/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LFTP
bool "lftp"
depends on BR2_USE_WCHAR
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_READLINE
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_GNUTLS if !BR2_PACKAGE_OPENSSL
@@ -61,4 +62,5 @@ config BR2_PACKAGE_LFTP_PROTO_SFTP
endif # BR2_PACKAGE_LFTP
comment "lftp requires a toolchain w/ C++, wchar"
+ depends on BR2_USE_MMU
depends on !(BR2_USE_WCHAR && BR2_INSTALL_LIBSTDCPP)