pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libvirt: fix build by adding missing dependencies.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Wed Nov 6 16:39:53 2019 +0100
Changeset: fcc116c4421089bd50d39f36ab56d330df518f34
Modified Files:
libvirt/Makefile
Log Message:
libvirt: fix build by adding missing dependencies.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fcc116c4421089bd50d39f36ab56d330df518f34
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 b6a6dff08d..9e5b2b3ab6 100644
--- a/libvirt/Makefile
+++ b/libvirt/Makefile
@@ -10,11 +10,14 @@ HOMEPAGE= http://libvirt.org/
COMMENT= Virtualisation toolkit for host operating systems
LICENSE= gnu-lgpl-v2
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+
USE_TOOLS+= gmake perl pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
BUILD_DEFS+= VARBASE
CONFIGURE_ARGS+= --sysconfdir=${EGDIR} --localstatedir=${VARBASE}
+CONFIGURE_ARGS+= PYTHON=${PYTHONBIN}
TEST_TARGET= check
RCD_SCRIPTS= libvirtd
@@ -48,4 +51,5 @@ CONFIGURE_ARGS.NetBSD+= --with-qemu-group=wheel
.include "../../security/gnutls/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index