pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libvirt: Enable ESX backend
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Tue Aug 10 22:25:05 2021 +0200
Changeset: 53ae77a807edfd7a29fcaf8970278e24feca1a83
Modified Files:
libvirt/Makefile
Log Message:
libvirt: Enable ESX backend
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=53ae77a807edfd7a29fcaf8970278e24feca1a83
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libvirt/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diffs:
diff --git a/libvirt/Makefile b/libvirt/Makefile
index bea8fcfad3..95fdde95ed 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -47,7 +47,7 @@ CONF_FILES+= ${EGDIR}/logrotate.d/libvirtd.qemu ${PKG_SYSCONFDIR}/libvirtlogrot
# Backends
CONFIGURE_ARGS+= --with-bhyve=check
-CONFIGURE_ARGS+= --with-esx=no
+CONFIGURE_ARGS+= --with-esx=yes
CONFIGURE_ARGS+= --with-hyperv=no
CONFIGURE_ARGS+= --with-openvz=no # Linux only
CONFIGURE_ARGS+= --with-qemu=yes
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --with-apparmor=no
CONFIGURE_ARGS+= --with-attr=no
CONFIGURE_ARGS+= --with-blkid=no
CONFIGURE_ARGS+= --with-capng=no
-CONFIGURE_ARGS+= --with-curl=no
+CONFIGURE_ARGS+= --with-curl=yes
CONFIGURE_ARGS+= --with-dbus=no
CONFIGURE_ARGS+= --with-dtrace=no
CONFIGURE_ARGS+= --with-firewalld=no
@@ -144,8 +144,9 @@ CONFIGURE_ARGS.Linux+= --with-init-script=systemd
.endif
.include "../../devel/yajl/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index