From 4e3086da3e9873f53b5b9e1d5e511f9f77aaf62f Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Fri, 23 Oct 2015 18:39:07 +0200 Subject: Remove Seamonkey based address book driver Seamonkey based address book driver is based on pre-compiled libraries and is only used on Windows 32 bit. Remove it in favor of mork driver. Given that Seamonkey based mozab driver also provides Outlook and Outlook Express address book integration, that Windows-32-bit--only feature is lost for now. If necessary, support for that feature could be rewritten from scratch, in a way that would also work for Windows 64 bit. Change-Id: Ie1c125e692598bda999767c328c9e2262a2b82af Reviewed-on: https://gerrit.libreoffice.org/19560 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- Makefile.fetch | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.fetch') diff --git a/Makefile.fetch b/Makefile.fetch index 2a97d99e4e95..10317b399af4 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -230,11 +230,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional_pack,VALIDATOR_EXTENSION_PACK) \ $(call fetch_Optional_pack,WATCH_WINDOW_EXTENSION_PACK) \ ,$(call fetch_Download_item,http://ooo.itc.hu/oxygenoffice/download/libreoffice,$(item))) - $(foreach item, \ - $(call fetch_Optional,MOZ,$(MOZ_ZIP_INC)) \ - $(call fetch_Optional,MOZ,$(MOZ_ZIP_LIB)) \ - $(call fetch_Optional,MOZ,$(MOZ_ZIP_RUNTIME)) \ - ,$(call fetch_Download_item_unchecked,http://dev-www.libreoffice.org/mozilla,$(item))) $(if $(call fetch_Optional,LIBGLTF,LIBGLTF_TARBALL) \ , $(call fetch_Download_item,http://dev-www.libreoffice.org/src/libgltf,$(call fetch_Optional,LIBGLTF,LIBGLTF_TARBALL))) @mkdir -p $(dir $@) && touch $@ -- cgit v1.2.3