[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Get libconfig tarball from xenbits
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1264167146 0 # Node ID 4978b4a4bbb69171abc9e92fddaa2b61189a177f # Parent ca0759a08057b7541148987b379cdba5455c240a 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@xxxxxxxxxxxxx> --- tools/libxl/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -r ca0759a08057 -r 4978b4a4bbb6 tools/libxl/Makefile --- a/tools/libxl/Makefile Fri Jan 22 11:01:18 2010 +0000 +++ b/tools/libxl/Makefile Fri Jan 22 13:32:26 2010 +0000 @@ -14,7 +14,8 @@ CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_ 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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |