openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #12528
Bug#871316: openjdk-9: Please built with --with-debug-level=release on m68k
Source: openjdk-9
Version: 9~b181-2
Severity: normal
Tags: patch
User: debian-68k@xxxxxxxxxxxxxxxx
Usertags: m68k
Hi!
After fixing #871009 [1], it's no longer necessary to use the workaround
to set the debug level to "slowdebug" on m68k to be able to build the
package on this target.
Thus, please revert this workaround:
--- debian/rules.orig 2017-08-07 16:28:46.000000000 +0200
+++ debian/rules 2017-08-07 17:23:13.319706584 +0200
@@ -544,13 +544,8 @@
--with-version-pre=$(distribution) \
--with-version-opt=$(PKGVERSION) \
-ifneq (,$(filter $(DEB_HOST_ARCH),m68k))
- COMMON_CONFIGURE_ARGS += --with-debug-level=slowdebug
-else
- COMMON_CONFIGURE_ARGS += --with-debug-level=release
-endif
-
COMMON_CONFIGURE_ARGS += \
+ --with-debug-level=release \
--enable-unlimited-crypto \
--with-zlib=system \
--with-giflib=system \
Patch attached.
Thanks,
Adrian
> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871009
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glaubitz@xxxxxxxxxx
`. `' Freie Universitaet Berlin - glaubitz@xxxxxxxxxxxxxxxxxxx
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- debian/rules.orig 2017-08-07 16:28:46.000000000 +0200
+++ debian/rules 2017-08-07 17:23:13.319706584 +0200
@@ -544,13 +544,8 @@
--with-version-pre=$(distribution) \
--with-version-opt=$(PKGVERSION) \
-ifneq (,$(filter $(DEB_HOST_ARCH),m68k))
- COMMON_CONFIGURE_ARGS += --with-debug-level=slowdebug
-else
- COMMON_CONFIGURE_ARGS += --with-debug-level=release
-endif
-
COMMON_CONFIGURE_ARGS += \
+ --with-debug-level=release \
--enable-unlimited-crypto \
--with-zlib=system \
--with-giflib=system \