pkgsrc-WIP-changes archive

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

libvirt: Typo: linux->selinux



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

Modified Files:
	libvirt/Makefile

Log Message:
libvirt: Typo: linux->selinux

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

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

diffstat:
 libvirt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/libvirt/Makefile b/libvirt/Makefile
index d8964f2dd6..9fad7e543f 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -112,7 +112,7 @@ CONFIGURE_ARGS+=	--with-storage-vstorage=no
 CONFIGURE_ARGS+=	--with-storage-zfs=no
 
 # Security drivers
-CONFIGURE_ARGS+=	--with-secdriver-linux=no
+CONFIGURE_ARGS+=	--with-secdriver-selinux=no
 CONFIGURE_ARGS+=	--with-secdriver-apparmor=no
 
 # Misc


Home | Main Index | Thread Index | Old Index