projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c050d
)
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>
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
patch
|
blob
|
history
diff --git
a/daemon/Makefile.am
b/daemon/Makefile.am
index bc74b6ef774f85fa5d516e00857ee632ca081057..02d9d1140defaf5c00a795fa493de7b4e7b8bf87 100644
(file)
--- a/
daemon/Makefile.am
+++ b/
daemon/Makefile.am
@@
-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