configure.ac | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit 03a9a80125cf887d26348486b71d78d80c99344d Author: Michael Stahl <michael.st...@cib.de> AuthorDate: Sat Nov 7 17:51:27 2020 +0100 Commit: Michael Stahl <michael.st...@cib.de> CommitDate: Sat Nov 7 18:52:07 2020 +0100
configure: OpenSSL needs perl-FindBin to build Change-Id: Idcea17d2418a2e847a5713293d7a225ed86bd305 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105435 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@cib.de> diff --git a/configure.ac b/configure.ac index 4ff24f35b2b1..cd7af465d660 100644 --- a/configure.ac +++ b/configure.ac @@ -5994,6 +5994,10 @@ fi if test "$with_system_hsqldb" = "yes"; then perl_use_string="$perl_use_string ; use Archive::Zip" fi +if test "$with_system_openssl" != "yes"; then + # OpenSSL needs that to build + perl_use_string="$perl_use_string ; use FindBin" +fi if $PERL -e "$perl_use_string">/dev/null 2>&1; then AC_MSG_RESULT([all modules found]) else _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits