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>
Wed, 19 Feb 2025 08:38:24 +0000 (09:38 +0100)
Gbp-Pq: Name Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch

daemon/Makefile.am

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