diff options
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/glibc.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |