Package: src:openjdk-9
Followup-For: Bug #868255

Attaching the changes as patch against version 9~b179-1.

Adrian

--
  .''`.  John Paul Adrian Glaubitz
 : :' :  Debian Developer - glaub...@debian.org
 `. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
   `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
--- debian/rules.orig   2017-07-21 16:02:19.000000000 +0200
+++ debian/rules        2017-07-24 11:24:11.547966520 +0200
@@ -524,9 +524,11 @@
   else
     DEFAULT_CONFIGURE_ARGS += --with-jvm-variants=server
   endif
+  DEFAULT_CONFIGURE_ARGS += --with-debug-level=release
 else
   DEFAULT_CONFIGURE_ARGS += --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE)
   DEFAULT_CONFIGURE_ARGS += --with-jvm-variants=zero
+  DEFAULT_CONFIGURE_ARGS += --with-debug-level=slowdebug
 endif
 ZERO_CONFIGURE_ARGS += --with-jvm-variants=zero
 
@@ -560,7 +562,6 @@
        --with-version-opt=$(PKGVERSION) \
 
 COMMON_CONFIGURE_ARGS += \
-       --with-debug-level=release \
        --enable-unlimited-crypto \
        --with-zlib=system \
        --with-giflib=system \

Reply via email to