From bb01588c4fac3d46f2c1631b21e566aab5b9d885 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 13 Oct 2017 19:27:42 +0000 Subject: [PATCH] fix the declarations --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index eebaf11a..11a0987d 100755 --- a/debian/rules +++ b/debian/rules @@ -166,9 +166,9 @@ OCAML_ENABLE= no OCAML_ARCHS := amd64 arm64 armel armhf i386 ifneq (,$(filter $(DEB_HOST_ARCH),$(OCAML_ARCHS))) # Enable OCAML for this arch. - OCAML_ENABLE=yes - OCAML_STDLIB_DIR ?= $(shell ocamlc -where) - DH_OPTIONS=--with ocaml + # OCAML_ENABLE=yes + # OCAML_STDLIB_DIR ?= $(shell ocamlc -where) + # DH_OPTIONS=--with ocaml endif # Force the deactivation of ocaml until the transition is done OCAML_ENABLE=no