daemon_utils_tests: generalize ocaml-hivex[-devel] lookup

Pass $(HIVEX_LIBS) with -cclib under the "daemon_utils_tests_LINK" target;
otherwise the OCaml compiler does not tell the linker where "-lhivex" can
be found, and the linking step fails if "-lhivex" is not on a system
library path.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20210908133542.19002-3-lersek@redhat.com>
Acked-by: Richard W.M. Jones <rjones@redhat.com>
This commit is contained in:
Laszlo Ersek
2021-09-08 15:35:42 +02:00
parent 53e03eefae
commit 523b0180d8

View File

@@ -453,7 +453,7 @@ daemon_utils_tests_DEPENDENCIES = \
$(top_builddir)/ocaml-link.sh
daemon_utils_tests_LINK = \
$(top_builddir)/ocaml-link.sh \
-cclib '-lutils -lgnu' \
-cclib '-lutils -lgnu $(HIVEX_LIBS)' \
-- \
$(OCAMLFIND) $(BEST) $(OCAMLFLAGS) $(OCAMLLINKFLAGS) \
$(OCAMLPACKAGES) \