[Pkg-ocaml-maint-commits] [SCM] bin-prot packaging branch, master, updated. debian/1.0.5-3-1-g6aa8a18

Stefano Zacchiroli zack at upsilon.cc
Fri May 9 13:33:23 UTC 2008


The following commit has been merged in the master branch:
commit 6aa8a1833647f2fd2a208aaea03b8f424e1b12e1
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Fri May 9 15:25:00 2008 +0200

    fix OCamlMakefile to ensure -fPIC is added to build .o (fix FTBFS on 64 bit architectures)

diff --git a/OCamlMakefile b/OCamlMakefile
index d60d0db..6ad15a9 100644
--- a/OCamlMakefile
+++ b/OCamlMakefile
@@ -1062,6 +1062,7 @@ endif
 
 .c.$(EXT_OBJ):
 			$(OCAMLC) -c -cc "$(CC)" -ccopt "$(CFLAGS) \
+				-fPIC \
 				$(CPPFLAGS) $(CPPFLAGS_WIN32) \
 				$(CFLAGS_WIN32) $(CINCFLAGS) $(CFLAG_O)$@ " $<
 
diff --git a/debian/changelog b/debian/changelog
index af827ef..c29f3dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bin-prot (1.0.5-4) unstable; urgency=low
+
+  * fix OCamlMakefile to ensure -fPIC is added to build .o (fix FTBFS on
+    64 bit architectures)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 09 May 2008 15:24:37 +0200
+
 bin-prot (1.0.5-3) unstable; urgency=low
 
   * upload to unstable

-- 
bin-prot packaging



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