From d72530b6ebf2009eb2c9f9c7cb6222c140b711b4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Dec 2009 17:30:11 +0100 Subject: fix make allmodconfig for alix1c-eglibc --- package/libvirt/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package/libvirt/Makefile') diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index 7d3582960..1746159fe 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -5,13 +5,13 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libvirt PKG_VERSION:= 0.7.4 -PKG_RELEASE:= 1 -PKG_BUILDDEP+= libxml2 gnutls python +PKG_RELEASE:= 2 PKG_MD5SUM:= 1645975662a326969d2f42d5c04574aa PKG_DESCR:= virtualization API PKG_SECTION:= utils PKG_DEPENDS:= libxml2 libgnutls python -PKG_URL:= http://www.libvirt.org +PKG_BUILDDEP+= libxml2 gnutls python +PKG_URL:= http://www.libvirt.org/ PKG_SITES:= ftp://libvirt.org/libvirt/ PKG_HOST_DEPENDS:= !freebsd @@ -26,7 +26,9 @@ CONFIGURE_ARGS+= --without-xen \ --without-uml \ --without-esx \ --without-openvz \ + --without-lxc \ --without-vbox \ + --disable-silent-rules \ --without-sasl BUILD_STYLE:= auto INSTALL_STYLE:= auto -- cgit v1.2.3