squashfs: needs pthreads support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 11 Jun 2012 07:14:48 +0000 (09:14 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 11 Jun 2012 07:14:48 +0000 (09:14 +0200)
Fixes http://autobuild.buildroot.net/results/9afdb3f7141fa361ac2ff3fe24887b0c6eb9342d

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/squashfs/Config.in

index 7d0fc71c02fd3b4fb228857a34b64dc5116e0896..93d35946463f1069349b4923d4094942aa769946 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_SQUASHFS
        bool "squashfs"
        depends on BR2_LARGEFILE
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_SQUASHFS_GZIP if !(BR2_PACKAGE_SQUASHFS_LZMA || BR2_PACKAGE_SQUASHFS_LZO)
        help
          Tools to generate SquashFS filesystems.
@@ -36,5 +37,5 @@ config BR2_PACKAGE_SQUASHFS_XZ
 
 endif
 
-comment "squashfs requires a toolchain with LARGEFILE support"
-       depends on !BR2_LARGEFILE
+comment "squashfs requires a toolchain with LARGEFILE and threads support"
+       depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS