------------------------------------------------------------
revno: 673
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk8
timestamp: Thu 2016-03-31 12:49:03 +0200
message:
  openjdk-8 (8u77-b03-2) unstable; urgency=medium
  
    * Don't configure with --disable-precompiled-headers on arm64.
  
   -- Matthias Klose <d...@ubuntu.com>  Thu, 31 Mar 2016 01:12:20 +0200
modified:
  debian/changelog
  debian/rules


--
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	2016-03-29 23:24:36 +0000
+++ debian/changelog	2016-03-31 10:49:03 +0000
@@ -1,11 +1,17 @@
+openjdk-8 (8u77-b03-2) unstable; urgency=medium
+
+  * Don't configure with --disable-precompiled-headers on arm64.
+
+ -- Matthias Klose <d...@ubuntu.com>  Thu, 31 Mar 2016 01:12:20 +0200
+
 openjdk-8 (8u77-b03-1) unstable; urgency=medium
 
   * Update to 8u77-b03.
     - Addresses CVE-2016-0636: Improve MethodHandle consistency.
   * Build-depend on openjdk-8-jdk-headless <cross>.
-  * Disablethe atk bridge again on Ubuntu xenial (failing TCK tests).
+  * Disable the atk bridge again on Ubuntu xenial (failing TCK tests).
   * Use versioned Build-Depends on autoconf (>= 2.69). Closes: #818626.
-  * Stop providing java-runtime, java-runtine-headleass, java-compiler.
+  * Stop providing java-runtime, java-runtine-headless, java-compiler.
     Closes: #815475.
   * Fix logic for libgnome/libgconf recommendations. Closes: #813943.
 

=== modified file 'debian/rules'
--- debian/rules	2016-03-29 23:24:36 +0000
+++ debian/rules	2016-03-31 10:49:03 +0000
@@ -562,7 +562,9 @@
 # FIXME: zero not ready for --disable-precompiled-headers
 #COMMON_CONFIGURE_ARGS += --disable-precompiled-headers
 ifneq (,$(filter $(DEB_HOST_ARCH),$(hotspot_archs)))
-  DEFAULT_CONFIGURE_ARGS += --disable-precompiled-headers
+  ifneq ($(DEB_HOST_ARCH),arm64)
+    DEFAULT_CONFIGURE_ARGS += --disable-precompiled-headers
+  endif
 endif
 
 ifeq ($(with_check),yes)

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to