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 672bf3bb0127cb705fdfa5252299b3ab9a9de37b
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Tue Oct 18 16:50:27 2016 +0200

    Build with -fno-lifetime-dse -fno-delete-null-pointer-checks to match the 
build parameters of the openjdk-8 package with GCC 6
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2942570..86d6d35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,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)
+  * Build with -fno-lifetime-dse -fno-delete-null-pointer-checks to match
+    the build parameters of the openjdk-8 package with GCC 6
   * Depend on g++-6 instead of g++-5 (Closes: #835956)
   * Standards-Version updated to 3.9.8
   * Use a secure Vcs-Git URL
diff --git a/debian/rules b/debian/rules
index 8f5c0ee..f04eea7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +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
+export DEB_CFLAGS_MAINT_APPEND = -std=gnu++98 
-Wno-error=deprecated-declarations -fno-lifetime-dse 
-fno-delete-null-pointer-checks
 
 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

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

Reply via email to