[Pkg-ocaml-maint-commits] [ocaml] 01/01: Removing $(_ocaml_share_path)/ocamlvars.mk was too hasty, it defines OCAML_DLL_DIR

Ximin Luo infinity0 at debian.org
Fri Jul 21 15:38:32 UTC 2017


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 <infinity0 at 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



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