Update package version to 21.0.11+10
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: openjdk-21
|
name: openjdk-21
|
||||||
description: OpenJDK Java 21
|
description: OpenJDK Java 21
|
||||||
version: 21.0.9+4
|
version: 21.0.11+10
|
||||||
revision: 6
|
revision: 6
|
||||||
url: https://openjdk.org/
|
url: https://openjdk.org/
|
||||||
license: GPL2-only WITH Classpath-exception-2.0
|
license: GPL2-only WITH Classpath-exception-2.0
|
||||||
@@ -47,4 +47,4 @@ downloads:
|
|||||||
- url: https://github.com/openjdk/jdk${BPM_PKG_VERSION%%.*}u/archive/jdk-${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/openjdk/jdk${BPM_PKG_VERSION%%.*}u/archive/jdk-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: a34604596394d879a6a64d2c2e5535e0844d29db36fec204689d95533e537754
|
checksum: 18edf62aa95c99325725475c0ad5621d8de61f4c84fdb8d2b7efd015a6de8e42
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ build() {
|
|||||||
|
|
||||||
bash configure --enable-unlimited-crypto \
|
bash configure --enable-unlimited-crypto \
|
||||||
--disable-warnings-as-errors \
|
--disable-warnings-as-errors \
|
||||||
|
--with-extra-cflags="$CFLAGS" \
|
||||||
|
--with-extra-cxxflags="$CXXFLAGS" \
|
||||||
|
--with-extra-ldflags="$LDFLAGS" \
|
||||||
--with-stdc++lib=dynamic \
|
--with-stdc++lib=dynamic \
|
||||||
--with-giflib=system \
|
--with-giflib=system \
|
||||||
--with-harfbuzz=system \
|
--with-harfbuzz=system \
|
||||||
@@ -34,7 +37,7 @@ package() {
|
|||||||
chown -R root:root "$BPM_OUTPUT"/usr/lib/java/openjdk-${BPM_PKG_VERSION%%.*}
|
chown -R root:root "$BPM_OUTPUT"/usr/lib/java/openjdk-${BPM_PKG_VERSION%%.*}
|
||||||
|
|
||||||
# Symlink cacerts
|
# Symlink cacerts
|
||||||
ln -sf /etc/pki/tls/java/cacerts "$BPM_OUTPUT"/usr/lib/java/openjdk-${BPM_PKG_VERSION%%.*}/lib/security/cacerts
|
ln -sf /etc/ssl/certs/java/cacerts "$BPM_OUTPUT"/usr/lib/java/openjdk-${BPM_PKG_VERSION%%.*}/lib/security/cacerts
|
||||||
|
|
||||||
# Install icons
|
# Install icons
|
||||||
for size in 16 24 32 48; do
|
for size in 16 24 32 48; do
|
||||||
|
|||||||
Reference in New Issue
Block a user