36 lines
703 B
Markdown
36 lines
703 B
Markdown
openjdk11
|
|
=
|
|
https://github.com/openjdk/jdk11u.git
|
|
|
|
``` env *** env ***
|
|
disable=true
|
|
PATH=$PATH:/pkg/gnu/zulujdk11/bin
|
|
```
|
|
|
|
``` sh *** build ***
|
|
chmod +x ./configure
|
|
./configure \
|
|
--prefix=/pkg/gnu/openjdk11 \
|
|
--with-debug-level=release \
|
|
--with-boot-jdk=/pkg/gnu/zulujdk11 \
|
|
--with-extra-cflags="-Wno-error=format-truncation -Wno-format-truncation -Wno-unterminated-string-initialization -Wno-calloc-transposed-args -Wno-maybe-uninitialized" \
|
|
--with-extra-cxxflags="-Wno-error=format-truncation -Wno-format-truncation"
|
|
make images install
|
|
```
|
|
|
|
``` cfg *** build deps ***
|
|
zulujdk11
|
|
xproto
|
|
libx11
|
|
libxrender
|
|
libxrandr
|
|
libxtst
|
|
libxt
|
|
cups
|
|
alsa-lib
|
|
```
|
|
|
|
``` cfg *** run deps ***
|
|
zip
|
|
```
|