From 5072390df42dcf290e8b787fc1ad35d09de91f44 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Mon, 9 Apr 2018 23:26:40 +0200 Subject: [PATCH] Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler) Gbp-Pq: Name Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch --- daemon/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 04370b7c..127a943f 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -239,6 +239,7 @@ guestfsd_LDADD = \ $(RPC_LIBS) \ $(YARA_LIBS) \ $(OCAML_LIBS) \ + $(LIBTINFO_LIBS) \ ../common/errnostring/liberrnostring.la \ ../common/protocol/libprotocol.la \ ../common/utils/libutils.la -- 2.30.2