projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22545f2
)
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, 1 Feb 2021 20:19:33 +0000
(20:19 +0000)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch
daemon/Makefile.am
patch
|
blob
|
history
diff --git
a/daemon/Makefile.am
b/daemon/Makefile.am
index 038be592c45739f5415c8040d915ac96ebd9fe7b..3a1d6eae2d7f34be840e305b9f9ff8d77962766b 100644
(file)
--- a/
daemon/Makefile.am
+++ b/
daemon/Makefile.am
@@
-236,6
+236,7
@@
guestfsd_LDADD = \
$(RPC_LIBS) \
$(YARA_LIBS) \
$(OCAML_LIBS) \
+ $(LIBTINFO_LIBS) \
../common/errnostring/liberrnostring.la \
../common/protocol/libprotocol.la \
../common/utils/libutils.la