mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/java17-openjdk: fix
This commit is contained in:
parent
0339426620
commit
72d28e7f37
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue