diff options
Diffstat (limited to 'package/curlftpfs')
-rw-r--r-- | package/curlftpfs/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/curlftpfs/Config.in b/package/curlftpfs/Config.in index ec40f3da0c..8903432602 100644 --- a/package/curlftpfs/Config.in +++ b/package/curlftpfs/Config.in @@ -10,7 +10,7 @@ config BR2_PACKAGE_CURLFTPFS depends on BR2_USE_WCHAR # glib2 depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2 depends on BR2_USE_MMU # libfuse, glib2 - depends on !BR2_PREFER_STATIC_LIB # libfuse + depends on !BR2_STATIC_LIBS # libfuse help CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl. @@ -19,4 +19,4 @@ config BR2_PACKAGE_CURLFTPFS comment "curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library" depends on BR2_USE_MMU - depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB + depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS |