This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository openjdk-7-jre-dcevm.
commit f6f52d243b9176f2e1b4f2bc531a4d555df1ec42 Author: Markus Koschany <[email protected]> Date: Sat Jan 9 17:48:18 2016 +0100 Revert "Use dpkg-buildflags for providing all hardening build flags." This reverts commit adfb2d153ffcb9c4ca76aa5ee01889c0037d3ab8. --- debian/rules | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/debian/rules b/debian/rules index 924bacb..1715b2b 100755 --- a/debian/rules +++ b/debian/rules @@ -20,13 +20,12 @@ JAVA_HOME = /usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH) dh $@ override_dh_auto_build: - cd make && make $(shell dpkg-buildflags --export=configure) \ - ARCH_DATA_MODEL=$(ARCH_DATA_MODEL) \ - HOTSPOT_BUILD_JOBS=2 \ - ALT_BOOTDIR=$(JAVA_HOME) \ - OPENJDK=true \ - DEBUG_BINARIES=true \ - HOTSPOT_BUILD_VERSION=dcevm-full + cd make && make ARCH_DATA_MODEL=$(ARCH_DATA_MODEL) \ + HOTSPOT_BUILD_JOBS=2 \ + ALT_BOOTDIR=$(JAVA_HOME) \ + OPENJDK=true \ + DEBUG_BINARIES=true \ + HOTSPOT_BUILD_VERSION=dcevm-full override_dh_install: dh_install -p$(PACKAGE) \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-7-jre-dcevm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

