pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libvirt: Enable ZFS on NetBSD, FreeBSD



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Tue Aug 10 23:00:40 2021 +0200
Changeset:	d834ed5b95315811f1770d77ae4f06cdad809f22

Modified Files:
	libvirt/Makefile

Log Message:
libvirt: Enable ZFS on NetBSD, FreeBSD

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d834ed5b95315811f1770d77ae4f06cdad809f22

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libvirt/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/libvirt/Makefile b/libvirt/Makefile
index 95fdde95ed..d8964f2dd6 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -125,6 +125,9 @@ CONFIGURE_ARGS+=	--with-sysctl=check
 CONFIGURE_ARGS+=	--with-wireshark-dissector=no
 
 CONFIGURE_ARGS.NetBSD+=	--with-qemu-group=wheel
+CONFIGURE_ARGS.NetSBD+=	--with-storage-zfs=yes
+
+CONFIGURE_ARGS.FreeBSD+=	--with-storage-zfs=yes
 
 CONFIGURE_ARGS.Linux+=	--with-lxc=yes
 CONFIGURE_ARGS.Linux+=	--with-macvtap=yes
@@ -134,6 +137,7 @@ CONFIGURE_ARGS.Linux+=	--with-storage-lvm=yes
 CONFIGURE_ARGS.Linux+=	--with-storage-mpath=yes
 # Unit files for all distros, harmless for other inits.
 CONFIGURE_ARGS.Linux+=	--with-init-script=systemd
+#CONFIGURE_ARGS.Linux+=	--with-storage-zfs=yes	# can't detect
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index