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.44.0-1+rpi1~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c697d9158873b81e33ef853b9f21089b5426c8c;p=libguestfs.git Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler) Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 25948dbe..53c75b85 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -234,6 +234,7 @@ guestfsd_LDADD = \ $(RPC_LIBS) \ $(YARA_LIBS) \ $(OCAML_LIBS) \ + $(LIBTINFO_LIBS) \ ../common/errnostring/liberrnostring.la \ ../common/protocol/libprotocol.la \ ../common/utils/libutils.la