From ce47ae14d35506531e7ba906398f1ac940c277f0 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 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch --- daemon/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2