mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/java-openjdk: fix
This commit is contained in:
parent
214a4b7ffd
commit
0339426620
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
|
||||
# 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 \
|
||||
|
|
Loading…
Reference in a new issue