From 3b8010dfa77d11bd6e2d760afa2d9c69724668b5 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 b44d7712..2bdf215e 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 -- 2.30.2