mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/openjdk8: add makedepends on java-common
It's a dependency of java-jre-base, but dependencies of subpackages are not considered in the build order resolution, resulting in java-common not being built yet. Add it as a makedepends to make sure it will be built before this package.
This commit is contained in:
parent
204f0d7029
commit
cfafa40610
@ -6,7 +6,7 @@ _icedteaver=3.28.0
|
||||
# pkgver is <JDK version>.<JDK update>.<JDK build>
|
||||
# Check https://icedtea.classpath.org/wiki/Main_Page when updating!
|
||||
pkgver=8.382.05
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="OpenJDK 8 provided by IcedTea"
|
||||
url="https://icedtea.classpath.org/"
|
||||
# riscv64 blocked by openjdk7
|
||||
@ -30,6 +30,7 @@ makedepends="
|
||||
gawk
|
||||
giflib-dev
|
||||
gtk+2.0-dev
|
||||
java-common
|
||||
jpeg-dev
|
||||
krb5-dev
|
||||
lcms2-dev
|
||||
|
Loading…
Reference in New Issue
Block a user