mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
ntfs-3g: needs toolchain with threads support
Fixes: http://autobuild.buildroot.org/results/ff10a72ac5836749155396e87f0cd32cd89f94c7 Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
af2522c07b
commit
7a35e3693c
@ -2,6 +2,7 @@ config BR2_PACKAGE_NTFS_3G
|
|||||||
bool "ntfs-3g"
|
bool "ntfs-3g"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
help
|
help
|
||||||
The NTFS-3G driver is an open source, freely available
|
The NTFS-3G driver is an open source, freely available
|
||||||
@ -29,5 +30,5 @@ config BR2_PACKAGE_NTFS_3G_NTFSPROGS
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support"
|
comment "ntfs-3g requires a toolchain with LARGEFILE, WCHAR and threads support"
|
||||||
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user