Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
authorHilko Bengen <bengen@debian.org>
Mon, 9 Apr 2018 21:26:40 +0000 (23:26 +0200)
committerHilko Bengen <bengen@debian.org>
Sun, 27 Sep 2020 11:56:59 +0000 (12:56 +0100)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch

daemon/Makefile.am

index 25948dbe932e5094c305929669df1da21e5e0c93..53c75b853edc9a262724bd6079112510f4502aed 100644 (file)
@@ -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