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>
Mon, 6 Mar 2023 14:29:41 +0000 (14:29 +0000)
Gbp-Pq: Name Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch

daemon/Makefile.am

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