[Libreoffice-commits] core.git: external/xmlsec

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 5 10:43:56 UTC 2020


 external/xmlsec/UnpackedTarball_xmlsec.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 25c1a9be773fd3248463bdbd64c30140ac0d2406
Author:     Tor Lillqvist <tml at iki.fi>
AuthorDate: Sun Jul 5 01:52:13 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Jul 5 12:43:12 2020 +0200

    Use up-to-date config.{guess,sub} for external/xmlsec, too
    
    Change-Id: Ib6beab0aa9bf72af83520020eeca6e20a9ecc3df
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98096
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/external/xmlsec/UnpackedTarball_xmlsec.mk b/external/xmlsec/UnpackedTarball_xmlsec.mk
index e4d092bef019..3ad978cdb829 100644
--- a/external/xmlsec/UnpackedTarball_xmlsec.mk
+++ b/external/xmlsec/UnpackedTarball_xmlsec.mk
@@ -13,6 +13,8 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec))
 
 $(eval $(call gb_UnpackedTarball_set_tarball,xmlsec,$(XMLSEC_TARBALL),,xmlsec))
 
+$(eval $(call gb_UnpackedTarball_update_autoconf_configs,xmlsec))
+
 $(eval $(call gb_UnpackedTarball_add_patches,xmlsec,\
 	$(foreach patch,$(xmlsec_patches),external/xmlsec/$(patch)) \
 ))


More information about the Libreoffice-commits mailing list