search for: b516647

Displaying 1 result from an estimated 1 matches for "b516647".

Did you mean: 516647
2009 Oct 02
1
[PATCH libguestfs] build: fix compile error
...iewer): Use it. This fix is based on a suggestion from Rich Jones. This addresses <http://bugzilla.redhat.com/526917>. --- ocaml/examples/Makefile.am | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index b516647..3b9901a 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -6,15 +6,18 @@ if HAVE_OCAML noinst_SCRIPTS = lvs +OCAMLFINDFLAGS = -ccopt '-L $(top_builddir)/src/.libs' + lvs: lvs.ml - $(OCAMLFIND) ocamlopt -warn-error A -I .. mlguestfs.cmxa $< -o $@ + $(OCAMLFI...