extra/java-openjdk: fix

This commit is contained in:
Kevin Mihelich 2021-01-10 20:52:55 +00:00
parent 410108ecb2
commit 9da29a941b

View file

@ -7,6 +7,7 @@
# - use zero on ARMv5, adjusted _imgdir
# - don't build docs, removed docs package; takes a day to build
# - replace --with-num-cores with --with-jobs
# - remove --enable-jvm-feature-zgc from configure, not supported on ARM
# TODO add test, see about packaging jtreg and using it here
# TODO see about building with OpenJDK10
@ -116,7 +117,6 @@ build() {
--with-libpng=system \
--with-lcms=system \
--with-zlib=system \
--with-jvm-features=zgc \
--enable-unlimited-crypto \
--disable-warnings-as-errors \
--with-jvm-variants=$_variants \