From cc9f261f97c637455a18981c26d6203721bd1194 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 14 Dec 2012 19:58:29 +1100 Subject: package ocaml-camlimages: portability fixes and disable parallel build --- src/ocaml-camlimages.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ocaml-camlimages.mk b/src/ocaml-camlimages.mk index 442d582..7a5b5bd 100644 --- a/src/ocaml-camlimages.mk +++ b/src/ocaml-camlimages.mk @@ -27,7 +27,9 @@ define $(PKG)_BUILD --host $(TARGET) \ --disable-bytecode-library \ --disable-shared - $(MAKE) -C '$(1)' -j '$(JOBS)' install + $(SED) -i 's,sed,$(SED),g' $(1)/Makefile + $(SED) -i 's,sed,$(SED),g' $(1)/src/Makefile + $(MAKE) -C '$(1)' -j 1 install # test cp '$(2).ml' '$(1)/test.ml' cd '$(1)' && '$(TARGET)-ocamlfind' opt -linkpkg -package camlimages test.ml -- cgit v0.12