[Pkg-ocaml-maint-commits] [coccinelle] 01/01: Use --enable-opt configure option instead of --enable-release, this should fix FTBFS on some architectures (closes: #886714)

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Tue Jan 9 21:33:19 UTC 2018


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

eugen pushed a commit to branch master
in repository coccinelle.

commit da642f0cc41ecb1df44581a199104775808aed44
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue Jan 9 21:56:34 2018 +0100

    Use --enable-opt configure option instead of --enable-release, this should fix FTBFS on some architectures (closes: #886714)
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bebd2ec..1c897d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+coccinelle (1.0.6.deb-2) experimental; urgency=medium
+
+  * Use --enable-opt configure option instead of --enable-release, this should
+    fix FTBFS on some architectures (closes: #886714)
+
+ -- Євгеній Мещеряков <eugen at debian.org>  Tue, 09 Jan 2018 22:03:55 +0100
+
 coccinelle (1.0.6.deb-1) experimental; urgency=medium
 
   * New upstream release (closes: #852412)
diff --git a/debian/rules b/debian/rules
index b79fd8e..c83a728 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ VIM_RDIR = $(CURDIR)/debian/coccinelle/usr/share/vim/registry
 CONFIG_FLAGS = --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --enable-ocaml
 
 ifeq ($(OCAML_NATDYNLINK),yes)
-CONFIG_FLAGS += --enable-release
+CONFIG_FLAGS += --enable-opt
 endif
 
 %:

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