This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8.
commit 73b906c35d0da1c1cce424d2ad6ced2db556f705 Author: Emmanuel Bourg <[email protected]> Date: Mon May 12 13:55:10 2014 +0200 Added the DEBUG_BINARIES=true parameter required to build Zero --- debian/rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index d220c5b..eb27e85 100755 --- a/debian/rules +++ b/debian/rules @@ -449,14 +449,18 @@ endif ifneq (,$(filter $(DEB_HOST_ARCH),arm64)) CONFIGURE_ARGS += --with-jvm-variants=client else ifneq (,$(filter $(DEB_HOST_ARCH), $(shark_archs))) - CONFIGURE_ARGS += --with-jvm-variants=zero,zeroshark + CONFIGURE_ARGS += --with-jvm-variants=zeroshark else ifeq (,$(filter $(DEB_HOST_ARCH), $(hotspot_archs))) CONFIGURE_ARGS += --with-jvm-variants=zero else - #FIXME zero doesn't build + #FIXME zero doesn't build with other variants #CONFIGURE_ARGS += --with-jvm-variants=server,zero endif +EXTRA_BUILD_ENV += DEBUG_BINARIES=true \ + STRIP_POLICY=no_strip \ + POST_STRIP_CMD="" + EXTRA_BUILD_ENV += LIBFFI_LIBS=-lffi_pic # assume we don't build binary indep packages on these architectures -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

