exfat: doesn't work on static builds because of libfuse
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 26 Feb 2013 00:18:36 +0000 (00:18 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 14 Apr 2013 21:12:22 +0000 (23:12 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/exfat/Config.in

index c7e7fdbf00af0e92cde1d9b44b775087395376d4..55be23e2572460a29fc971a460536be61a57a0e4 100644 (file)
@@ -4,6 +4,7 @@ config BR2_PACKAGE_EXFAT
        depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
        depends on BR2_USE_MMU # libfuse
        depends on BR2_USE_WCHAR
+       depends on !BR2_PREFER_STATIC_LIB # libfuse
        select BR2_PACKAGE_LIBFUSE
        help
          A full-featured exFAT file system implementation for GNU/Linux
@@ -11,5 +12,5 @@ config BR2_PACKAGE_EXFAT
 
          http://code.google.com/p/exfat/
 
-comment "exfat requires a toolchain with LARGEFILE, WCHAR and threads support"
-       depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
+comment "exfat requires a toolchain with LARGEFILE, WCHAR, threads and dynamic library support"
+       depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB