[Pkg-ocaml-maint-commits] [SCM] liquidsoap packaging branch, master, updated. debian/1.0.0_beta1+20110525_hgbcdbe01d2de5-1-9-gcf59d17

Romain Beauxis toots at rastageeks.org
Thu Jun 23 13:56:18 UTC 2011


The following commit has been merged in the master branch:
commit a34752818282b8f1cf76c0f46c34609d431b9de7
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Thu Jun 23 01:45:13 2011 -0500

    This too..

diff --git a/debian/rules b/debian/rules
index 23a2c3e..d2bd246 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,12 +23,12 @@ DEB_COMPRESS_EXCLUDE := .pdf
 DEB_DH_INSTALL_ARGS_liquidsoap := -Xplugins
 
 # Compile in bytecode on armel..
-#ifeq ($(OCAML_NATDYNLINK),no)
+ifeq ($(OCAML_NATDYNLINK),no)
   DEB_CONFIGURE_EXTRA_FLAGS += --disable-nativecode
   export OCAMLINIT_SED := -e 's/^NODYN: //'
-#else
-#  export OCAMLINIT_SED := -e '/^DYN: /d'
-#endif
+else
+  export OCAMLINIT_SED := -e '/^DYN: /d'
+endif
 
 makebuilddir/liquidsoap::
 	[ ! -f src/configure.ml ] || [ -f src/configure.ml.cdbs-backup ] || \

-- 
liquidsoap packaging



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