pkgsrc-WIP-changes archive

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

libvirt: Enable readline



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

Modified Files:
	libvirt/Makefile

Log Message:
libvirt: Enable readline

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

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

diffstat:
 libvirt/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/libvirt/Makefile b/libvirt/Makefile
index a1ab2616ea..f9bba715bc 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -83,8 +83,7 @@ CONFIGURE_ARGS+=	--with-pciaccess=no
 CONFIGURE_ARGS+=	--with-phyp=no
 CONFIGURE_ARGS+=	--with-pm-utils=yes
 CONFIGURE_ARGS+=	--with-polkit=no
-# TODO: yes with option readline
-CONFIGURE_ARGS+=	--with-readline=no
+CONFIGURE_ARGS+=	--with-readline=yes
 CONFIGURE_ARGS+=	--with-sanlock=no
 CONFIGURE_ARGS+=	--with-sasl=no
 CONFIGURE_ARGS+=	--with-selinux=no
@@ -114,7 +113,6 @@ CONFIGURE_ARGS+=	--with-secdriver-selinux=no	# Linux only
 CONFIGURE_ARGS+=	--with-secdriver-apparmor=no	# Linux only
 
 # Misc
-# TODO: yes with option readline
 CONFIGURE_ARGS+=	--with-bash-completion=no
 CONFIGURE_ARGS+=	--with-host-validate=yes
 CONFIGURE_ARGS+=	--with-init-script=check
@@ -149,6 +147,7 @@ CONFIGURE_ARGS.Linux+=	--with-init-script=systemd
 .include "../../wip/portablexdr/buildlink3.mk"
 .endif
 
+.include "../../devel/readline/buildlink3.mk"
 .include "../../devel/yajl/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"


Home | Main Index | Thread Index | Old Index