diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 17:30:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 17:30:11 +0100 |
commit | d72530b6ebf2009eb2c9f9c7cb6222c140b711b4 (patch) | |
tree | 29c66c8a0f1fb0715c4b9cb922d065f5c8b5fb6a /package/libvirt/Makefile | |
parent | 202e4390b1cad4941c78e7ddef15e9006f6a79ec (diff) |
fix make allmodconfig for alix1c-eglibc
Diffstat (limited to 'package/libvirt/Makefile')
-rw-r--r-- | package/libvirt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |