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)
committerAntonio Terceiro <terceiro@debian.org>
Sat, 4 Dec 2021 15:11:35 +0000 (15:11 +0000)
Gbp-Pq: Name Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch

daemon/Makefile.am

index 86aa920e856ba6152c3e0b345e9a875277edda34..a12c88e577bcd2b5a39943f0a33c330a1b6bf8a7 100644 (file)
@@ -236,6 +236,7 @@ guestfsd_LDADD = \
        $(RPC_LIBS) \
        $(YARA_LIBS) \
        $(OCAML_LIBS) \
+       $(LIBTINFO_LIBS) \
        ../common/errnostring/liberrnostring.la \
        ../common/protocol/libprotocol.la \
        ../common/utils/libutils.la