diff options
Diffstat (limited to 'package/curlftpfs/Config.in')
-rw-r--r-- | package/curlftpfs/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/curlftpfs/Config.in b/package/curlftpfs/Config.in index 8903432602..ad3ac241fa 100644 --- a/package/curlftpfs/Config.in +++ b/package/curlftpfs/Config.in @@ -6,7 +6,6 @@ config BR2_PACKAGE_CURLFTPFS select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_LIBCURL - depends on BR2_LARGEFILE depends on BR2_USE_WCHAR # glib2 depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2 depends on BR2_USE_MMU # libfuse, glib2 @@ -17,6 +16,6 @@ config BR2_PACKAGE_CURLFTPFS http://curlftpfs.sourceforge.net/ -comment "curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library" +comment "curlftpfs needs a toolchain w/ wchar, threads, dynamic library" depends on BR2_USE_MMU - depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS |