From: Thomas Petazzoni Date: Thu, 29 Jul 2010 19:52:18 +0000 (+0200) Subject: xerces: fix download location X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96451c62fa97815b5f4f3fcc8b9765d021b6011f;p=buildroot.git xerces: fix download location apache.jumper.nu does not work anymore, so use archive.apache.org instead. Signed-off-by: Thomas Petazzoni --- diff --git a/package/xerces/xerces.mk b/package/xerces/xerces.mk index 8a1f693a29..fd0417d266 100644 --- a/package/xerces/xerces.mk +++ b/package/xerces/xerces.mk @@ -5,7 +5,7 @@ ############################################################# XERCES_VERSION:=3.0.1 XERCES_SOURCE:=xerces-c-$(XERCES_VERSION).tar.gz -XERCES_SITE:=http://apache.jumper.nu/xerces/c/3/sources/ +XERCES_SITE:=http://archive.apache.org/dist/xerces/c/3/sources/ XERCES_CAT:=$(ZCAT) XERCES_DIR:=$(BUILD_DIR)/xerces-c-$(XERCES_VERSION) LIBXERCES_BINARY:=libxerces-c-3.0.so