summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-08-05 16:39:29 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-08-05 16:39:29 +0200
commitca5761d4b5af8b0df7212e2b344b37ecf9ef26e0 (patch)
tree5bba8143d501e05fd5e386e6c0c320a605fd7740
parent3ad87895c70bde10ca56e806086edfb41591454f (diff)
Makefile.fetch: fix libpng download, it has MD5SUM variable
Change-Id: I2938d4b92f64f991887cacb490f6b5cb3407212e
-rw-r--r--Makefile.fetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index 3bfca1e61c36..e497fe02e7be 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -78,6 +78,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)
$(call fetch_Optional,CURL,CURL_TARBALL) \
$(call fetch_Optional,EXPAT,EXPAT_TARBALL) \
$(call fetch_Optional,GRAPHITE,GRAPHITE_TARBALL) \
+ $(call fetch_Optional,LIBPNG,PNG_TARBALL) \
$(call fetch_Optional,MSPUB,MSPUB_TARBALL) \
$(call fetch_Optional,MWAW,MWAW_TARBALL) \
$(call fetch_Optional,NSS,NSS_TARBALL) \
@@ -151,7 +152,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)
$(call fetch_Optional,OPENLDAP,$(OPENLDAP_TARBALL)) \
$(call fetch_Optional,ORCUS,$(ORCUS_TARBALL)) \
$(call fetch_Optional,CAIRO,$(PIXMAN_TARBALL)) \
- $(call fetch_Optional,LIBPNG,$(PNG_TARBALL)) \
$(call fetch_Optional,POSTGRESQL,$(POSTGRESQL_TARBALL)) \
$(call fetch_Optional,REDLAND,$(RAPTOR_TARBALL)) \
$(call fetch_Optional,REDLAND,$(RASQAL_TARBALL)) \