Displaying 2 results from an estimated 2 matches for "1e96fd8f5".
2017 Jul 24
0
[PATCH v4] common/mlstdutils: Build a bytecode version of this library.
...lddir/build/BUILD/libguestfs-1.37.17/generator'
---
common/mlstdutils/Makefile.am | 16 +++++++++++++---
generator/Makefile.am | 10 ++++++----
2 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/common/mlstdutils/Makefile.am b/common/mlstdutils/Makefile.am
index 3c1f13e18..1e96fd8f5 100644
--- a/common/mlstdutils/Makefile.am
+++ b/common/mlstdutils/Makefile.am
@@ -48,7 +48,12 @@ else
MLSTDUTILS_CMA = mlstdutils.cmxa
endif
-noinst_DATA = $(MLSTDUTILS_CMA)
+# Just for this library, we need to build both bytecode and native
+# code because the generator always requires the by...
2017 Jul 24
3
[PATCH v4] common/mlstdutils: Build a bytecode version of this
v3 -> v4:
Use HAVE_OCAMLOPT in both places.