Displaying 2 results from an estimated 2 matches for "c18a3d".
Did you mean:
c18a3de
2017 Jul 11
0
[PATCH 2/2] ocaml: fix build with Bytes fallback
...,7 @@ sources = \
# In build dependency order.
objects = \
- $(OCAML_GENERATOR_BYTES_COMPAT_CMO) \
+ $(OCAML_BYTES_COMPAT_CMO) \
../common/mlstdutils/guestfs_config.cmo \
../common/mlstdutils/std_utils.cmo \
types.cmo \
diff --git a/m4/guestfs_ocaml.m4 b/m4/guestfs_ocaml.m4
index d8bd89f..c18a3de 100644
--- a/m4/guestfs_ocaml.m4
+++ b/m4/guestfs_ocaml.m4
@@ -113,27 +113,23 @@ AM_CONDITIONAL([HAVE_OCAML_GETTEXT],
[test "x$OCAMLC" != "xno" && test "x$OCAMLFIND" != "xno" && test "x$OCAML_PKG_gettext" != "xno" &am...
2017 Jul 11
2
[PATCH 1/2] builder: fix paths to mlstdutils & mlutils
Followup/fix of commit 61d4891ef48df171a27873efe90aab51a9b711ef.
---
builder/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builder/Makefile.am b/builder/Makefile.am
index 09ae4ae..e64c899 100644
--- a/builder/Makefile.am
+++ b/builder/Makefile.am
@@ -311,7 +311,7 @@ depend: .depend
.depend: $(wildcard $(abs_srcdir)/*.mli) $(wildcard $(abs_srcdir)/*.ml)
rm -f