summaryrefslogtreecommitdiff
path: root/Makefile.fetch
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-12-14 16:03:46 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2021-12-15 15:24:09 +0100
commitf45b7871e7d31dfc6ed31d1b79928990bba0d0dd (patch)
tree9683de781929364754b78b87aead27e61d4f9c94 /Makefile.fetch
parent1a038e6ee1c29eafb267e035104b2a2a05714f15 (diff)
ucb: remove --with-webdav=serf
Remove code in ucb/source/ucp/webdav, and now unused externals apr, apr-util, serf. Change-Id: I31ab8bb1491f5290e175e87f2b30499811c5a359 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126835 Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Tested-by: Jenkins
Diffstat (limited to 'Makefile.fetch')
-rw-r--r--Makefile.fetch3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index 85e2136b9d27..ba8e58d5f4be 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -101,8 +101,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
@date >> $(fetch_LOGFILE)
$(foreach item, \
$(call fetch_Optional,ABW,ABW_TARBALL) \
- $(call fetch_Optional,APR,APR_TARBALL) \
- $(call fetch_Optional,APR,APR_UTIL_TARBALL) \
$(call fetch_Optional,BOOST,BOOST_TARBALL) \
$(call fetch_Optional,BOX2D,BOX2D_TARBALL) \
$(call fetch_Optional,BREAKPAD,BREAKPAD_TARBALL) \
@@ -214,7 +212,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
$(call fetch_Optional,REVENGE,REVENGE_TARBALL) \
$(call fetch_Optional,RHINO,RHINO_TARBALL) \
$(call fetch_Optional,RHINO,SWING_TARBALL) \
- $(call fetch_Optional,SERF,SERF_TARBALL) \
$(call fetch_Optional,SKIA,SKIA_TARBALL) \
$(call fetch_Optional,STAROFFICE,STAROFFICE_TARBALL) \
$(if $(filter WNT,$(OS)),TWAIN_DSM_TARBALL) \