* configure.ac: Set --with-openssl=auto-gpl-compat as the default, so that openssl is used for md5sum etc., with openssl >= 3, which is newly licensed under ASL v2. * gnulib: Update to include "auto-gpl-compat" support. --- configure.ac | 2 ++ gnulib | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index f12d375..accb38d 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,8 @@ AC_PROG_GCC_TRADITIONAL AC_PROG_RANLIB AC_PROG_LN_S gl_EARLY + +gl_SET_CRYPTO_CHECK_DEFAULT([auto-gpl-compat]) gl_INIT coreutils_MACROS diff --git a/gnulib b/gnulib index 02b745c..7d06937 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 02b745ccdd3495af496e60c3ef69a7a90f10994c +Subproject commit 7d069378921bfa0d7c7198ea177aac0a2440016f -- 2.9.3
