[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - external/xmlsec

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 18 21:47:25 UTC 2020


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

New commits:
commit b1fd72de0eb5992eeaef040b387012b687125e4a
Author:     Tor Lillqvist <tml at iki.fi>
AuthorDate: Sun Jul 5 01:52:13 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Sep 18 23:46:49 2020 +0200

    Use up-to-date config.{guess,sub} for external/xmlsec, too
    
    Well, actually our copies in solenv/gbuild are (at the moment, in this
    branch, at least) *older* versions than the ones in the xmlsec
    tarball, but our copies have had "arm64" added. Not sure why upstream
    config.{guess,sub} for so long insisted on only recognising "aarch64",
    not "arm64". Note that in master, if I recall correctly, we have
    switched to using "aarch64", at least on iOS and macOS..
    
    Change-Id: Ib6beab0aa9bf72af83520020eeca6e20a9ecc3df
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98096
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103024
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.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