projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc0f37b
)
Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
author
Hilko Bengen
<bengen@debian.org>
Mon, 9 Apr 2018 21:26:40 +0000
(23:26 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Mon, 24 Jul 2023 20:48:10 +0000
(21:48 +0100)
Gbp-Pq: Name Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch
daemon/Makefile.am
patch
|
blob
|
history
diff --git
a/daemon/Makefile.am
b/daemon/Makefile.am
index bb2e58d014e6c00faf265d25c6554596c555d1dd..bfcdd6596a4c921267a96109150863e368853021 100644
(file)
--- a/
daemon/Makefile.am
+++ b/
daemon/Makefile.am
@@
-238,6
+238,7
@@
guestfsd_LDADD = \
$(RPC_LIBS) \
$(YARA_LIBS) \
$(OCAML_LIBS) \
+ $(LIBTINFO_LIBS) \
../common/errnostring/liberrnostring.la \
../common/protocol/libprotocol.la \
../common/utils/libutils.la