mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/openjdk8-{corretto,loongarch}: add java-{cacerts,common} to makedepends when not cross-compiling
this ensures that while bootstrapping a new Alpine stable release, when the builder starts complaining about not finding openjdk8-bootstrap, build order resolution would've caused these 2 makedepends to be built refs:cfafa40610
383a4f5179
This commit is contained in:
parent
092384e13e
commit
dd537c96bd
@ -42,6 +42,12 @@ makedepends_host="
|
||||
libxtst-dev
|
||||
linux-headers
|
||||
"
|
||||
[ "$CBUILD" = "$CTARGET" ] && makedepends="
|
||||
$makedepends_build
|
||||
$makedepends_host
|
||||
java-cacerts
|
||||
java-common
|
||||
"
|
||||
subpackages="
|
||||
$pkgname-demos
|
||||
$pkgname-doc
|
||||
|
@ -40,6 +40,12 @@ makedepends_host="
|
||||
linux-headers
|
||||
zlib-dev
|
||||
"
|
||||
[ "$CBUILD" = "$CTARGET" ] && makedepends="
|
||||
$makedepends_build
|
||||
$makedepends_host
|
||||
java-cacerts
|
||||
java-common
|
||||
"
|
||||
subpackages="
|
||||
$pkgname-demos
|
||||
$pkgname-doc
|
||||
|
Loading…
Reference in New Issue
Block a user