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~2^2^2^2^2^2^2^2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=32d63841619d0823ef96b149a0f538f291a22e66;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 5d1c222d..b755d3cc 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) \