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 | 92ecfada519ad5e0821b1880588dbfc027d10533 (patch) | |
tree | a02ac4123723042c14c4676de2befa36c40e3a02 /sysutils/libvirt | |
parent | d1a9ac87097628d5a677e50bc702b669bc40f63c (diff) | |
download | pkgsrc-92ecfada519ad5e0821b1880588dbfc027d10533.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/libvirt')
-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 |