Makefile.fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 84151f7aa93521070fe405c60cbd0eaab4305805 Author: Kacper Kasper <kacperkas...@gmail.com> AuthorDate: Sun Aug 5 21:18:33 2018 +0200 Commit: Michael Meeks <michael.me...@collabora.com> CommitDate: Wed Aug 29 11:16:23 2018 +0200
Fetch xmlsec only if necessary Change-Id: I4c5fe29c539d0f64c6cfede79a832f68feee1205 Reviewed-on: https://gerrit.libreoffice.org/58629 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.me...@collabora.com> diff --git a/Makefile.fetch b/Makefile.fetch index 2d1aa0481735..59aadccaffe3 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -161,7 +161,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,LIBPNG,LIBPNG_TARBALL) \ $(call fetch_Optional,LIBTOMMATH,LIBTOMMATH_TARBALL) \ $(call fetch_Optional,LIBXML2,LIBXML_TARBALL) \ - XMLSEC_TARBALL \ + $(call fetch_Optional,XMLSEC,XMLSEC_TARBALL) \ $(call fetch_Optional,LIBXSLT,LIBXSLT_TARBALL) \ $(call fetch_Optional,LPSOLVE,LPSOLVE_TARBALL) \ $(call fetch_Optional,LXML,LXML_TARBALL) \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits