package/shadow: enable on uclibc

Package was disabled with commit
8035ea0a71 because of missing features
in uClibc-ng. In uClibc-ng 1.0.47 the missing feature were added,
so enable shadow again.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Waldemar Brodkorb 2024-04-15 06:36:23 +02:00 committed by Thomas Petazzoni
parent 6c1b31ff1a
commit 7e3963cb5e

View File

@ -2,7 +2,6 @@ menuconfig BR2_PACKAGE_SHADOW
bool "shadow"
depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
depends on !BR2_TOOLCHAIN_USES_UCLIBC # reallocarray, explicit_bzero
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
help
Utilities to deal with user accounts.
@ -57,6 +56,5 @@ config BR2_PACKAGE_SHADOW_YESCRYPT
endif # BR2_PACKAGE_SHADOW
comment "shadow needs a glibc or musl toolchain w/ headers >= 4.14, dynamic library"
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14 || \
BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_UCLIBC
comment "shadow needs a toolchain w/ headers >= 4.14, dynamic library"
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14 || BR2_STATIC_LIBS