Package: libguestfs / 1:1.40.2-2

0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Hilko Bengen <bengen@debian.org>
Date: Mon, 9 Apr 2018 23:26:40 +0200
Subject: Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a
 native OCaml compiler)

---
 daemon/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 5d1c222..b755d3c 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -236,7 +236,8 @@ guestfsd_LDADD = \
 	$(TSK_LIBS) \
 	$(RPC_LIBS) \
 	$(YARA_LIBS) \
-	$(OCAML_LIBS)
+	$(OCAML_LIBS) \
+	$(LIBTINFO_LIBS)
 
 guestfsd_CPPFLAGS = \
 	-I$(shell $(OCAMLC) -where) \