mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/java11-openjdk: fix
This commit is contained in:
parent
72d28e7f37
commit
ed208897b5
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,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 --with-native-debug-symbols=internal, OOM
|
||||
|
||||
# TODO add test, see about packaging jtreg and using it here
|
||||
# TODO see about building with OpenJDK10
|
||||
|
@ -120,7 +121,6 @@ build() {
|
|||
--with-zlib=system \
|
||||
--with-harfbuzz=system \
|
||||
--with-jvm-features=zgc,shenandoahgc \
|
||||
--with-native-debug-symbols=internal \
|
||||
--enable-unlimited-crypto \
|
||||
--disable-warnings-as-errors \
|
||||
--with-jvm-variants=$_variants \
|
||||
|
|
Loading…
Reference in a new issue