openjdk9-bootstrap: fix jdk8 path
This commit is contained in:
parent
80a7f1151e
commit
9b41dd2631
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ configure_args="
|
|||
--with-debug-level=release
|
||||
--with-version-pre=
|
||||
--with-version-build=${version#*p}
|
||||
--with-boot-jdk=/usr/lib/jvm/java-1.8-openjdk"
|
||||
--with-boot-jdk=/usr/lib/jvm/openjdk8"
|
||||
make_build_args="images"
|
||||
hostmakedepends="pkg-config automake autoconf cpio tar unzip zip ca-certificates
|
||||
zlib-devel which openjdk8 make"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue