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

mehdi pushed a commit to branch debian/stretch
in repository ocaml.

commit 9f8cdd614033c7d05dababd4e7a403899a4e8652
Author: Mehdi Dogguy <me...@debian.org>
Date:   Sun Nov 6 10:40:06 2016 +0100

    Set pic_code to true on ARM architectures (Closes: #837359).
---
 debian/changelog                                   |  6 ++++++
 debian/patches/0012-Set-pic_code-true-on-Arm.patch | 21 +++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cb36a3e..e6ae7c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml (4.02.3-8) UNRELEASED; urgency=medium
+
+  * Set pic_code to true on ARM architectures (Closes: #837359).
+
+ -- Mehdi Dogguy <me...@debian.org>  Sun, 06 Nov 2016 10:36:15 +0100
+
 ocaml (4.02.3-7) unstable; urgency=medium
 
   * d/rules: split install-stamp target into -arch and -indep, to allow
diff --git a/debian/patches/0012-Set-pic_code-true-on-Arm.patch 
b/debian/patches/0012-Set-pic_code-true-on-Arm.patch
new file mode 100644
index 0000000..785f905
--- /dev/null
+++ b/debian/patches/0012-Set-pic_code-true-on-Arm.patch
@@ -0,0 +1,21 @@
+From: Mehdi Dogguy <me...@debian.org>
+Date: Sun, 6 Nov 2016 10:36:00 +0100
+Subject: Set pic_code=true on Arm*
+
+---
+ asmcomp/arm/arch.ml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/asmcomp/arm/arch.ml b/asmcomp/arm/arch.ml
+index d93c1e0..3541106 100644
+--- a/asmcomp/arm/arch.ml
++++ b/asmcomp/arm/arch.ml
+@@ -56,7 +56,7 @@ let (arch, fpu, thumb) =
+     end in
+   (ref def_arch, ref def_fpu, ref def_thumb)
+ 
+-let pic_code = ref false
++let pic_code = ref true
+ 
+ let farch spec =
+   arch := (match spec with
diff --git a/debian/patches/series b/debian/patches/series
index e375d30..5af0323 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@
 0010-Enable-ocamldoc-to-build-reproducible-manpages.patch
 0010-Add-a-.file-directive-to-generated-.s-files.patch
 0011-Compatibility-with-x32-architecture.patch
+0012-Set-pic_code-true-on-Arm.patch

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to