summaryrefslogtreecommitdiffstats
path: root/src/xerces.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-06-19 13:21:52 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-06-19 13:21:52 (GMT)
commitdd88ffb6fe05aa5d239ea3ce901f677984235e1d (patch)
tree74d809612daa0a1ee3ba11b58c546123c4cf3fed /src/xerces.mk
parent5190441c5d94998069024a0f02e8d5b24247d431 (diff)
downloadmxe-dd88ffb6fe05aa5d239ea3ce901f677984235e1d.zip
mxe-dd88ffb6fe05aa5d239ea3ce901f677984235e1d.tar.gz
mxe-dd88ffb6fe05aa5d239ea3ce901f677984235e1d.tar.bz2
package xerces: remove missing mirror and use primary download site
Diffstat (limited to 'src/xerces.mk')
-rw-r--r--src/xerces.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xerces.mk b/src/xerces.mk
index 1aa3046..5e32eae 100644
--- a/src/xerces.mk
+++ b/src/xerces.mk
@@ -6,8 +6,7 @@ $(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 177ec838c5119df57ec77eddec9a29f7e754c8b2
$(PKG)_SUBDIR := xerces-c-$($(PKG)_VERSION)
$(PKG)_FILE := xerces-c-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://apache.linux-mirror.org/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE)
-$(PKG)_URL_2 := http://www.apache.org/dist/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE)
+$(PKG)_URL := http://www.apache.org/dist/xerces/c/$(word 1,$(subst ., ,$($(PKG)_VERSION)))/sources/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libiconv curl pthreads
define $(PKG)_UPDATE