------------------------------------------------------------
revno: 734
committer: Matthias Klose <[email protected]>
branch nick: openjdk8
timestamp: Mon 2019-03-18 14:17:46 +0100
message:
  Fix the 8u202 merge for aarch32, not using SA.
modified:
  debian/changelog
  debian/patches/aarch32.diff


--
lp:~openjdk/openjdk/openjdk8
https://code.launchpad.net/~openjdk/openjdk/openjdk8

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2019-03-17 22:50:57 +0000
+++ debian/changelog	2019-03-18 13:17:46 +0000
@@ -1,3 +1,9 @@
+openjdk-8 (8u202-b26-3) UNRELEASED; urgency=medium
+
+  * Fix the 8u202 merge for aarch32, not using SA.
+
+ -- Matthias Klose <[email protected]>  Mon, 18 Mar 2019 14:13:37 +0100
+
 openjdk-8 (8u202-b26-2) unstable; urgency=medium
 
   * Fix builds using the aarch32 hotspot version.

=== modified file 'debian/patches/aarch32.diff'
--- debian/patches/aarch32.diff	2019-03-17 22:50:57 +0000
+++ debian/patches/aarch32.diff	2019-03-18 13:17:46 +0000
@@ -14,6 +14,16 @@
    fi
  
    JVM_VARIANTS=",$with_jvm_variants,"
+@@ -161,6 +165,9 @@ AC_DEFUN_ONCE([JDKOPT_SETUP_JVM_VARIANTS
+   if test "x$VAR_CPU" = xppc64 -o "x$VAR_CPU" = xppc64le ; then
+     INCLUDE_SA=false
+   fi
++  if test "x$OPENJDK_TARGET_CPU" = xaarch32; then
++    INCLUDE_SA=false
++  fi
+   if test "x$OPENJDK_TARGET_CPU" = xaarch64; then
+     INCLUDE_SA=false
+   fi
 --- a/common/autoconf/platform.m4
 +++ b/common/autoconf/platform.m4
 @@ -56,8 +56,8 @@ AC_DEFUN([PLATFORM_EXTRACT_VARS_FROM_CPU

__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to