diff options
author | asau <asau@pkgsrc.org> | 2012-08-16 13:15:29 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-16 13:15:29 +0000 |
commit | f3e36ff390c76cecedb9b8a55491cf5363bb58af (patch) | |
tree | a02ac4123723042c14c4676de2befa36c40e3a02 /sysutils | |
parent | 9dd75c9e3cb5ee27a5fc78236ec6a75106a70e4e (diff) | |
download | pkgsrc-f3e36ff390c76cecedb9b8a55491cf5363bb58af.tar.gz |
Disable macvtap support to let it build on stock CentOS 6.3,
it shouldn't cause any serious regression otherwise.
Bump package revision.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libvirt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index c8fb41aa406..e46dfc6244d 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/08/14 13:32:18 asau Exp $ +# $NetBSD: Makefile,v 1.8 2012/08/16 13:15:29 asau Exp $ DISTNAME= libvirt-0.9.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://libvirt.org/sources/ @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-vbox=no --sysconfdir=${EGDIR} --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --without-macvtap USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes |