extra/java17-openjdk: fix

This commit is contained in:
Kevin Mihelich 2023-01-19 00:55:31 +00:00
parent 0339426620
commit 72d28e7f37

View file

@ -9,6 +9,7 @@
# - 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
# - remove --with-native-debug-symbols=internal, OOM
# TODO add test, see about packaging jtreg and using it here
@ -115,7 +116,6 @@ build() {
--with-stdc++lib=dynamic \
--with-extra-cflags="${_CFLAGS}" \
--with-extra-cxxflags="${_CXXFLAGS}" \
--with-native-debug-symbols=internal \
--with-extra-ldflags="${_LDFLAGS}" \
--with-libjpeg=system \
--with-giflib=system \