From: Pádraig Brady Date: Wed, 1 Jan 2020 17:43:53 +0000 (+0000) Subject: build: auto enable use of openssl with >= version 3 X-Git-Tag: v8.32~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d77e1b7ea2840dbc10994f61894f1a3f64b46f9;p=thirdparty%2Fcoreutils.git build: auto enable use of openssl with >= version 3 * 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. --- diff --git a/configure.ac b/configure.ac index f12d375009..54af03281e 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,7 @@ 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 02b745ccdd..7d06937892 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 02b745ccdd3495af496e60c3ef69a7a90f10994c +Subproject commit 7d069378921bfa0d7c7198ea177aac0a2440016f