|
@@ -6,7 +6,6 @@ config BR2_PACKAGE_LIBNSS
|
|
|
depends on BR2_LARGEFILE
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
|
|
|
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnspr
|
|
|
- depends on !BR2_MIPS_NABI32
|
|
|
help
|
|
|
Network Security Services (NSS) is a set of libraries designed
|
|
|
to support development of security-enabled client and server
|
|
@@ -19,4 +18,3 @@ config BR2_PACKAGE_LIBNSS
|
|
|
comment "libnss needs a toolchain w/ largefile, threads"
|
|
|
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
- depends on !BR2_MIPS_NABI32
|