[Pkg-ocaml-maint-commits] [coccinelle] 05/06: Pass expanded libdir to configure, the build system does not handle variables well

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Mon Oct 12 00:27:52 UTC 2015


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

eugen pushed a commit to branch master
in repository coccinelle.

commit 65264799fdc70bd046abf1de9c30f25de52f6e3f
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Mon Oct 12 01:44:57 2015 +0200

    Pass expanded libdir to configure, the build system does not handle variables well
---
 debian/changelog | 4 +++-
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4407265..80c7122 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ coccinelle (1.0.2.deb-1) UNRELEASED; urgency=medium
   * Disable testing for now
   * debian/rules adjust the binary renaming code
   * Adjust path to the python directory in /usr/bin/spatch
+  * Pass expanded libdir to configure, the build system does not handle
+    variables well
 
- -- Євгеній Мещеряков <eugen at debian.org>  Mon, 12 Oct 2015 01:32:40 +0200
+ -- Євгеній Мещеряков <eugen at debian.org>  Mon, 12 Oct 2015 01:44:09 +0200
 
 coccinelle (1.0.0.deb-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 0418c7e..95686c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/ocaml/ocamlvars.mk
 VIM_ADIR = $(CURDIR)/debian/coccinelle/usr/share/vim/addons
 VIM_RDIR = $(CURDIR)/debian/coccinelle/usr/share/vim/registry
 
-CONFIG_FLAGS = --prefix=/usr --sysconfdir=/etc --enable-ocaml
+CONFIG_FLAGS = --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --enable-ocaml
 
 ifeq ($(OCAML_NATDYNLINK),yes)
 CONFIG_FLAGS += --enable-release

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



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