[Libreoffice-commits] core.git: configure.ac

Lionel Elie Mamane (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 2 09:45:52 UTC 2019


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6d482d0ac21249d4d4987cda1bfe51f967c36dc8
Author:     Lionel Elie Mamane <lionel at mamane.lu>
AuthorDate: Wed Jul 10 13:58:46 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Aug 2 11:44:57 2019 +0200

    build fails with libxmlsec version 1.2.27
    
    Due to indirect inclusion of C++ headers in scope of an 'extern "C"'.
    Possibly it works with version 1.2.24 to 1.2.26.
    
    Change-Id: I12bd43b51b1cf829bfe91d4ab1eb5470b86ec18e
    Reviewed-on: https://gerrit.libreoffice.org/75349
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/configure.ac b/configure.ac
index b3f5390428fe..96f776280732 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8300,7 +8300,7 @@ libo_CHECK_SYSTEM_MODULE([expat], [EXPAT], [expat])
 dnl ===================================================================
 dnl Check for system xmlsec
 dnl ===================================================================
-libo_CHECK_SYSTEM_MODULE([xmlsec], [XMLSEC], [xmlsec1-nss >= 1.2.24])
+libo_CHECK_SYSTEM_MODULE([xmlsec], [XMLSEC], [xmlsec1-nss >= 1.2.28])
 
 AC_MSG_CHECKING([whether to enable Embedded OpenType support])
 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_eot" = "yes"; then


More information about the Libreoffice-commits mailing list