[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml branch, master, updated. upstream/1.1.0-3-g62217ce
Stephane Glondu
steph at glondu.net
Sun Jun 29 21:32:39 UTC 2008
The following commit has been merged in the master branch:
commit 62217ce115f8ce7533231d6524a6ccdfbd9b0fad
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Jun 29 23:32:35 2008 +0200
Fix FTBFS when there is no ocamlopt
diff --git a/debian/rules b/debian/rules
index 4bb1e4e..bb6ed47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ OCAML_OCAMLDOC_PACKAGES := $(OCAML_LIBDEV_PACKAGES)
OCAML_OCAMLDOC_FLAGS := -I +ssl
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DESTDIR)
-DEB_MAKE_BUILD_TARGET := META byte
+DEB_MAKE_BUILD_TARGET := META byte OCAMLBUILD="ocamlbuild -byte-plugin"
ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
DEB_MAKE_BUILD_TARGET += opt
--
Cooperative light-weight thread library for OCaml
More information about the Pkg-ocaml-maint-commits
mailing list