diff options
Diffstat (limited to 'package/libnspr')
-rw-r--r-- | package/libnspr/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libnspr/Config.in b/package/libnspr/Config.in index 53086f073..f4f24d46f 100644 --- a/package/libnspr/Config.in +++ b/package/libnspr/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBNSPR bool "libnspr" depends on BR2_LARGEFILE + depends on BR2_TOOLCHAIN_HAS_THREADS help NSPR is the Netscape Portable Runtime library which provides a platform-neutral API for system level and libc like @@ -9,5 +10,5 @@ config BR2_PACKAGE_LIBNSPR http://www.mozilla.org/projects/nspr/ -comment "libnspr requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE +comment "libnspr requires a toolchain with LARGEFILE and threads support" + depends on !BR2_LARGEFILE && !BR2_TOOLCHAIN_HAS_THREADS |