pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libvirt: Fix missing ZFS on NetBSD due to typo
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Wed Aug 11 00:21:11 2021 +0200
Changeset: 16ee43dff51f52034bceb9de62d33e9b898ae523
Modified Files:
libvirt/Makefile
libvirt/PLIST.NetBSD
Log Message:
libvirt: Fix missing ZFS on NetBSD due to typo
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=16ee43dff51f52034bceb9de62d33e9b898ae523
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libvirt/Makefile | 2 +-
libvirt/PLIST.NetBSD | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/libvirt/Makefile b/libvirt/Makefile
index e3acfc247f..33c31d65c2 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -121,7 +121,7 @@ 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.NetBSD+= --with-storage-zfs=yes
CONFIGURE_ARGS.FreeBSD+= --with-storage-zfs=yes
diff --git a/libvirt/PLIST.NetBSD b/libvirt/PLIST.NetBSD
index e6f085d2c9..9766ed8ced 100644
--- a/libvirt/PLIST.NetBSD
+++ b/libvirt/PLIST.NetBSD
@@ -1,5 +1,6 @@
@comment $NetBSD$
lib/libvirt/connection-driver/libvirt_driver_network.la
+lib/libvirt/storage-backend/libvirt_storage_backend_zfs.la
libexec/libvirt_leaseshelper
sbin/virtnetworkd
share/augeas/lenses/tests/test_virtnetworkd.aug
Home |
Main Index |
Thread Index |
Old Index