From 7869fdb4e83fdd9754e09940afb4f040ece652d1 Mon Sep 17 00:00:00 2001 From: Stefan Hallas Mulvad Date: Thu, 27 Mar 2025 10:45:13 -0700 Subject: Fixes false indication of HAS_OBSOLETE_LIBCRYPT option As of glibc-2.39, the HAS_OBSOLETE_LIBCRYPT option has been removed. This patch updates menuconfig to reflect this. Fixes #2238 Signed-off-by: Stefan Hallas Mulvad --- config/libc/glibc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/libc') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 8f1e0672..28e4004c 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -155,11 +155,11 @@ config GLIBC_HAS_OBSOLETE_RPC def_bool y depends on GLIBC_2_14_or_later && !GLIBC_2_32_or_later -# As of 2.38 libcrypt is no longer built by default. It will likely be removed in a future -# version. +# As of 2.38 libcrypt is no longer built by default. It was completely removed +# as of 2.39 config GLIBC_HAS_OBSOLETE_LIBCRYPT def_bool y - depends on GLIBC_2_38_or_later + depends on GLIBC_2_38_or_later && !GLIBC_2_39_or_later config GLIBC_EXTRA_CONFIG_ARRAY string -- cgit v1.2.3