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>
Fri, 12 Jul 2024 08:01:14 +0000 (10:01 +0200)
Gbp-Pq: Name Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch

daemon/Makefile.am

index 04370b7cd9a1540a81b5a67868782d27a1a4038b..127a943f154b3944640f947dee12f2fec55ad234 100644 (file)
@@ -239,6 +239,7 @@ guestfsd_LDADD = \
        $(RPC_LIBS) \
        $(YARA_LIBS) \
        $(OCAML_LIBS) \
+       $(LIBTINFO_LIBS) \
        ../common/errnostring/liberrnostring.la \
        ../common/protocol/libprotocol.la \
        ../common/utils/libutils.la