projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af2522c
)
ntfs-3g: needs toolchain with threads support
author
gilles.talis@gmail.com
<gilles.talis@gmail.com>
Tue, 16 Apr 2013 14:39:27 +0000
(14:39 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 17 Apr 2013 19:45:08 +0000
(21:45 +0200)
Fixes:
http://autobuild.buildroot.org/results/
ff10a72ac5836749155396e87f0cd32cd89f94c7
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ntfs-3g/Config.in
patch
|
blob
|
history
diff --git
a/package/ntfs-3g/Config.in
b/package/ntfs-3g/Config.in
index be19a579eabbdcf136052da224aeecd78d9fc27f..10db8a3b17339ae12803b8328c4a5c9b681c1c04 100644
(file)
--- a/
package/ntfs-3g/Config.in
+++ b/
package/ntfs-3g/Config.in
@@
-2,6
+2,7
@@
config BR2_PACKAGE_NTFS_3G
bool "ntfs-3g"
depends on BR2_LARGEFILE
depends on BR2_USE_WCHAR
+ depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU
help
The NTFS-3G driver is an open source, freely available
@@
-29,5
+30,5
@@
config BR2_PACKAGE_NTFS_3G_NTFSPROGS
endif
-comment "ntfs-3g requires a toolchain with LARGEFILE
and WCHAR
support"
- depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
+comment "ntfs-3g requires a toolchain with LARGEFILE
, WCHAR and threads
support"
+ depends on !(BR2_LARGEFILE && BR2_USE_WCHAR
&& BR2_TOOLCHAIN_HAS_THREADS
)