]> xenbits.xensource.com Git - xen.git/commitdiff
Get libconfig tarball from xenbits
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 22 Jan 2010 13:32:26 +0000 (13:32 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 22 Jan 2010 13:32:26 +0000 (13:32 +0000)
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>
tools/libxl/Makefile

index e388e0bd8a1a3570b87a72c29ddc38d2509e0bcc..295463f97ec8b54307e28d7d41d01090a66cc936 100644 (file)
@@ -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