From b1fd72de0eb5992eeaef040b387012b687125e4a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 5 Jul 2020 01:52:13 +0300 Subject: 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 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103024 Tested-by: Jenkins CollaboraOffice --- external/xmlsec/UnpackedTarball_xmlsec.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'external') 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)) \ )) -- cgit