summaryrefslogtreecommitdiff
path: root/Makefile.fetch
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.fetch')
-rw-r--r--Makefile.fetch3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index 40a90a0654be..226244202354 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -74,6 +74,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)
@mkdir -p $(TARFILE_LOCATION)/tmp
@date >> $(fetch_LOGFILE)
$(foreach item, \
+ $(call fetch_Optional,FIREBIRD,FIREBIRD_TARBALL) \
+ ,$(call fetch_Download_item_special,http://people.igalia.com/agomez/files,$(item)))
+ $(foreach item, \
$(call fetch_Optional,CDR,CDR_TARBALL) \
$(call fetch_Optional,MSPUB,MSPUB_TARBALL) \
$(call fetch_Optional,MWAW,MWAW_TARBALL) \