extra/java-openjdk: fix

This commit is contained in:
Kevin Mihelich 2023-01-19 00:23:30 +00:00
parent 214a4b7ffd
commit 0339426620

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
# TODO see about building with OpenJDK10
@ -123,7 +124,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 \