[openjfx] 01/03: Removed the -m32 flags

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jan 25 08:14:09 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository openjfx.

commit 1047c315ec82e46bfa3175aeea1b1a908d42b7fe
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jan 25 09:10:26 2017 +0100

    Removed the -m32 flags
---
 debian/changelog                     |  7 +++++++
 debian/patches/fix-arm32-build.patch | 12 ++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b6009bc..71fceec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openjfx (8u121-b13-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Removed the -m32 flags
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 25 Jan 2017 08:47:31 +0100
+
 openjfx (8u121-b13-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/fix-arm32-build.patch b/debian/patches/fix-arm32-build.patch
index 392bedc..5db86bd 100644
--- a/debian/patches/fix-arm32-build.patch
+++ b/debian/patches/fix-arm32-build.patch
@@ -98,3 +98,15 @@ Index: b/buildSrc/linux.gradle
  
  LINUX.iio = [:]
  LINUX.iio.javahInclude = ["com/sun/javafx/iio/**/*"]
+--- a/build.gradle
++++ b/build.gradle
+@@ -2568,9 +2568,6 @@
+                 } else if (t.name == "mac") {
+                     // Add any osx specific flags.
+                 } else if (t.name == "linux") {
+-                    if (!IS_64) {
+-                        cmakeArgs = "-DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32"
+-                    }
+                 } else if (t.name.startsWith("arm")) {
+                     fail("ARM target is not supported as of now.")
+                 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git



More information about the pkg-java-commits mailing list