[Pkg-ocaml-maint-commits] [ocamldap] 03/05: Compile explicitly with pcre and compiler-libs (Closes: #731405)

Stéphane Glondu glondu at moszumanska.debian.org
Sat Dec 7 12:25:46 UTC 2013


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

glondu pushed a commit to branch master
in repository ocamldap.

commit be842ce46f4a3fdf810a63b3feb7a415021816ba
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Dec 7 13:09:56 2013 +0100

    Compile explicitly with pcre and compiler-libs (Closes: #731405)
---
 ...ile-explictly-with-pcre-and-compiler-libs.patch | 23 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/0001-Compile-explictly-with-pcre-and-compiler-libs.patch b/debian/patches/0001-Compile-explictly-with-pcre-and-compiler-libs.patch
new file mode 100644
index 0000000..75acd72
--- /dev/null
+++ b/debian/patches/0001-Compile-explictly-with-pcre-and-compiler-libs.patch
@@ -0,0 +1,23 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 7 Dec 2013 13:08:40 +0100
+Subject: Compile explictly with pcre and compiler-libs
+
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731405
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 7d68f30..5226335 100644
+--- a/Makefile
++++ b/Makefile
+@@ -12,7 +12,7 @@ ldif_oo.ml ldif_oo.mli ldap_funserver.mli ldap_funserver.ml		\
+ ldif_changerec_parser.mly ldif_changerec_lexer.mll			\
+ ldif_changerec_oo.mli ldif_changerec_oo.ml ldap_toplevel.ml
+ RESULT=ocamldap
+-PACKS=netstring str ssl
++PACKS=netstring str ssl pcre compiler-libs
+ #OCAMLFLAGS=-rectypes
+ 
+ LIBINSTALL_FILES=$(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so *.o *.cmx ldap_toplevel.cmo)
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..66c2f68
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Compile-explictly-with-pcre-and-compiler-libs.patch

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



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