bbe48a059c
The only package selecting libnspr (libnss) requires dynamic library already. Fixes: http://autobuild.buildroot.net/results/296/296bc0fd888a43700d2ea020f8486932c5d37760/ http://autobuild.buildroot.net/results/a65/a65588aa91a87f9a3d8af2a485de2df3e30cfc19/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
23 lines
627 B
Plaintext
23 lines
627 B
Plaintext
config BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
|
def_bool y
|
|
depends on !BR2_arc && !BR2_xtensa && !BR2_bfin
|
|
|
|
if BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
|
|
|
config BR2_PACKAGE_LIBNSPR
|
|
bool "libnspr"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
NSPR is the Netscape Portable Runtime library which provides
|
|
a platform-neutral API for system level and libc like
|
|
functions. The library is used by the Mozilla project as well
|
|
as others.
|
|
|
|
http://www.mozilla.org/projects/nspr/
|
|
|
|
comment "libnspr needs a toolchain w/ threads, dynamic library"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
|
endif
|