The following commit has been merged in the master branch:
commit 6aa8a1833647f2fd2a208aaea03b8f424e1b12e1
Author: Stefano Zacchiroli <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>  Fri, 09 May 2008 15:24:37 +0200
+
 bin-prot (1.0.5-3) unstable; urgency=low
 
   * upload to unstable

-- 
bin-prot packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to