ARC is not supported yet in libnspr.
v2: Propagate to ecryptfs-utils as well
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
depends on !BR2_avr32 && !BR2_microblaze # keyutils
depends on BR2_LARGEFILE # libnss
depends on BR2_TOOLCHAIN_HAS_THREADS # libnss -> libnspr
+ depends on !BR2_arc # libnss -> libnspr
help
eCryptfs is a POSIX-compliant enterprise cryptographic
filesystem for Linux. It is stacked on top of any other
bool "libnspr"
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_arc
help
NSPR is the Netscape Portable Runtime library which provides
a platform-neutral API for system level and libc like
select BR2_PACKAGE_ZLIB
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
+ depends on !BR2_arc # libnspr
help
Network Security Services (NSS) is a set of libraries designed
to support development of security-enabled client and server