This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian/experimental
in repository ocaml.

commit c6136f5c6f88eda37fd8645a7f7e4c2c8e8f32f6
Author: Ximin Luo <infini...@debian.org>
Date:   Fri Jul 21 17:37:58 2017 +0200

    Removing $(_ocaml_share_path)/ocamlvars.mk was too hasty, it defines 
OCAML_DLL_DIR
---
 debian/ocamlinit.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/ocamlinit.mk b/debian/ocamlinit.mk
index 4ce7b66..10b216a 100644
--- a/debian/ocamlinit.mk
+++ b/debian/ocamlinit.mk
@@ -19,10 +19,13 @@
 # 02110-1301 USA.
 #
 
+_ocaml_share_path ?= /usr/share/ocaml
+
 ifndef _ocaml_share_ocamlinit
 _ocaml_share_ocamlinit = 1
 
 include $(CURDIR)/debian/ocamlvars.mk
+include $(_ocaml_share_path)/ocamlvars.mk
 -include $(CURDIR)/config/Makefile
 
 # list of .in files contained (non-recursively) in debian/ that requires

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to