From 0eae06e5fb400328ae0956aafffcf1b5082c9a15 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 12 Jan 2011 19:07:20 +0100 Subject: fix cross-compile under Darwin --- package/libvirt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/libvirt/Makefile') diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index 0db8d6993..03ff483f2 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libvirt -PKG_VERSION:= 0.8.6 +PKG_VERSION:= 0.8.7 PKG_RELEASE:= 1 -PKG_MD5SUM:= 9ed61a02983dc42d0ea0224711ace025 +PKG_MD5SUM:= 596bafb53bb6c079a0703f1726cb2305 PKG_DESCR:= virtualization API PKG_SECTION:= libs PKG_DEPENDS:= libxml2 libgnutls python2 libpcap @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --without-xen \ --without-openvz \ --without-lxc \ --without-vbox \ + --without-macvtap \ --disable-silent-rules \ --without-sasl -- cgit v1.2.3