[openjdk-8-jre-dcevm] 05/08: Fixed the build failure with GCC 6, thanks to Adrian Bunk for the patch (Closes: #831153)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 18 15:42:25 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository openjdk-8-jre-dcevm.

commit 03da183c6b7f7dc7e681a003caaf69810b70fec2
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Oct 18 12:39:52 2016 +0200

    Fixed the build failure with GCC 6, thanks to Adrian Bunk for the patch (Closes: #831153)
---
 debian/changelog | 2 ++
 debian/rules     | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 06e899d..87fb830 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 openjdk-8-jre-dcevm (8u92-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Fixed the build failure with GCC 6, thanks to Adrian Bunk for the patch.
+    (Closes: #831153)
   * Standards-Version updated to 3.9.8
   * Use a secure Vcs-Git URL
 
diff --git a/debian/rules b/debian/rules
index 1665db6..8f5c0ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 PACKAGE = $(shell dpkg-parsechangelog -S Source)
 
 export DISABLE_HOTSPOT_OS_VERSION_CHECK=ok
+export DEB_CFLAGS_MAINT_APPEND = -std=gnu++98 -Wno-error=deprecated-declarations
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8-jre-dcevm.git



More information about the pkg-java-commits mailing list