mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/java-openjdk: fix
This commit is contained in:
parent
410108ecb2
commit
9da29a941b
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue