[Pkg-ocaml-maint-commits] [SCM] ocaml-deriving-ocsigen packaging branch, master, updated. debian/0.1.1a-3-26-g550e6e9

Stephane Glondu steph at glondu.net
Mon Nov 21 20:15:53 UTC 2011


The following commit has been merged in the master branch:
commit 5d8cd569ec8c76cf2059d4d0534e9ccc7773de35
Author: Pierre Chambart <chambart at crans.org>
Date:   Mon Nov 21 20:13:55 2011 +0100

    check for natdynlink in rules

diff --git a/debian/rules b/debian/rules
index 71374d8..f7545c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,12 @@ else
   INSTALL_TARGET := install-byte
 endif
 
+ifeq ($(OCAML_NATDYNLINK),yes)
+  MAKE_EXTRA_VARS :=
+else
+  MAKE_EXTRA_VARS := NATDYNLINK=NO
+endif
+
 %:
 	dh --with ocaml $@
 

-- 
ocaml-deriving-ocsigen packaging



More information about the Pkg-ocaml-maint-commits mailing list