mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
squashfs: needs pthreads support in toolchain
Fixes http://autobuild.buildroot.net/results/9afdb3f7141fa361ac2ff3fe24887b0c6eb9342d Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e12d78e2bc
commit
6828e8e072
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_SQUASHFS
|
config BR2_PACKAGE_SQUASHFS
|
||||||
bool "squashfs"
|
bool "squashfs"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_SQUASHFS_GZIP if !(BR2_PACKAGE_SQUASHFS_LZMA || BR2_PACKAGE_SQUASHFS_LZO)
|
select BR2_PACKAGE_SQUASHFS_GZIP if !(BR2_PACKAGE_SQUASHFS_LZMA || BR2_PACKAGE_SQUASHFS_LZO)
|
||||||
help
|
help
|
||||||
Tools to generate SquashFS filesystems.
|
Tools to generate SquashFS filesystems.
|
||||||
@ -36,5 +37,5 @@ config BR2_PACKAGE_SQUASHFS_XZ
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "squashfs requires a toolchain with LARGEFILE support"
|
comment "squashfs requires a toolchain with LARGEFILE and threads support"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user