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^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=870a5eb7ebea0795deb8500a4f1e88f299f74b77;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) \