external/xmlsec/UnpackedTarball_xmlsec.mk | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 25c1a9be773fd3248463bdbd64c30140ac0d2406 Author: Tor Lillqvist <[email protected]> AuthorDate: Sun Jul 5 01:52:13 2020 +0300 Commit: Tor Lillqvist <[email protected]> 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 <[email protected]> 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)) \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
