pkgsrc-WIP-changes archive

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

libvirt: Use portablexdr to supply XDR on Linux



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Sat Aug 7 22:29:26 2021 +0200
Changeset:	3d8891b3154e83db5e0f45e9dbc1c2521e46639b

Modified Files:
	libvirt/Makefile
	libvirt/TODO

Log Message:
libvirt: Use portablexdr to supply XDR on Linux

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

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

diffstat:
 libvirt/Makefile | 1 +
 libvirt/TODO     | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/libvirt/Makefile b/libvirt/Makefile
index 14e0abdbd2..c0850d88c7 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -52,6 +52,7 @@ CONFIGURE_ARGS.NetBSD+=	--with-qemu-group=wheel
 .if ${OPSYS} == "Linux"
 .include "../../wip/libnl1/buildlink3.mk"
 .include "../../wip/lvm2/buildlink3.mk"
+.include "../../wip/portablexdr/buildlink3.mk"
 .endif
 
 .include "../../devel/yajl/buildlink3.mk"
diff --git a/libvirt/TODO b/libvirt/TODO
index 67b2b35c4a..4cc2f469ef 100644
--- a/libvirt/TODO
+++ b/libvirt/TODO
@@ -6,9 +6,4 @@
   on a fresh install it will not. These things should probably be made
   explicit with configure flags, possibily supporting options.mk.
 
-- On CentOS 8 and Void Linux (with musl-libc): "configure: error: Cannot
-  find a XDR library". This can be installed with the system package
-  manager but there's also a portablexdr package we could use, perhaps
-  with a builtin.mk.
-
 - Some files from PLIST missing on macOS.


Home | Main Index | Thread Index | Old Index