projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b30e72
)
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>
Tue, 12 Mar 2024 13:01:03 +0000
(14:01 +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 b44d7712f867fb848a013f9bc7bf62bb6a5e5b0f..2bdf215e1b8b184a411fe69dce37afe2912ca774 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