From: Hilko Bengen Date: Mon, 9 Apr 2018 21:26:40 +0000 (+0200) Subject: Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler) X-Git-Tag: archive/raspbian/1%1.48.4-2+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a6a546c4950ada19f0aebc3f3010bdeb7e4f7c77;p=libguestfs.git 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 --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index bbd49f9e..ab4a7af3 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -238,6 +238,7 @@ guestfsd_LDADD = \ $(RPC_LIBS) \ $(YARA_LIBS) \ $(OCAML_LIBS) \ + $(LIBTINFO_LIBS) \ ../common/errnostring/liberrnostring.la \ ../common/protocol/libprotocol.la \ ../common/utils/libutils.la