aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-01-22 13:32:26 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-01-22 13:32:26 +0000
commit8bf984160f9f49279f92c47a51948bca5a678294 (patch)
tree195a403a74122a927146736d9a64267f1cf332f1
parente591bdb0182434f2886498a876f89ea7fdcff509 (diff)
downloadxen-8bf984160f9f49279f92c47a51948bca5a678294.tar.gz
xen-8bf984160f9f49279f92c47a51948bca5a678294.tar.bz2
xen-8bf984160f9f49279f92c47a51948bca5a678294.zip
Get libconfig tarball from xenbits
Download libconfig.tar.gz from xenbits.org extfiles rather than from upstream. This insulates us from upstream networking failures and any upstream changes to the files hosted etc. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
-rw-r--r--tools/libxl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index e388e0bd8a..295463f97e 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -14,7 +14,8 @@ CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) $(CFLAGS_libxenstore)
LIBS = $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenguest) $(LDFLAGS_libxenstore)
-LIBCONFIG_URL ?= http://www.hyperrealm.com/libconfig
+#LIBCONFIG_URL ?= http://www.hyperrealm.com/libconfig
+LIBCONFIG_URL = $(XEN_EXTFILES_URL)
LIBCONFIG_SOURCE = libconfig-1.3.2
LIBCONFIG_OUTPUT = $(LIBCONFIG_SOURCE)/.libs