diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-09-01 22:55:53 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-09-01 22:55:53 (GMT) |
commit | ad09fd28ae898bbdc0b43525368086e2d521eeac (patch) | |
tree | 04676bae8054074da3eb6d4463a2f53bf3d562e1 /src/expat.mk | |
parent | 869629d69eeecf7f7003d7bab2244efdada033d7 (diff) | |
download | mxe-ad09fd28ae898bbdc0b43525368086e2d521eeac.zip mxe-ad09fd28ae898bbdc0b43525368086e2d521eeac.tar.gz mxe-ad09fd28ae898bbdc0b43525368086e2d521eeac.tar.bz2 |
improved download URLs for all SourceForge packages to ensure that the selected SOURCEFORGE_MIRROR is really used
Diffstat (limited to 'src/expat.mk')
-rw-r--r-- | src/expat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expat.mk b/src/expat.mk index e9572f3..b7b913a 100644 --- a/src/expat.mk +++ b/src/expat.mk @@ -26,7 +26,7 @@ $(PKG)_CHECKSUM := 663548c37b996082db1f2f2c32af060d7aa15c2d $(PKG)_SUBDIR := expat-$($(PKG)_VERSION) $(PKG)_FILE := expat-$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := http://expat.sourceforge.net/ -$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/expat/$($(PKG)_FILE) +$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/expat/expat/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc define $(PKG)_UPDATE |