Update package version to 21.0.11+10
This commit is contained in:
@@ -11,6 +11,9 @@ build() {
|
||||
|
||||
bash configure --enable-unlimited-crypto \
|
||||
--disable-warnings-as-errors \
|
||||
--with-extra-cflags="$CFLAGS" \
|
||||
--with-extra-cxxflags="$CXXFLAGS" \
|
||||
--with-extra-ldflags="$LDFLAGS" \
|
||||
--with-stdc++lib=dynamic \
|
||||
--with-giflib=system \
|
||||
--with-harfbuzz=system \
|
||||
@@ -34,7 +37,7 @@ package() {
|
||||
chown -R root:root "$BPM_OUTPUT"/usr/lib/java/openjdk-${BPM_PKG_VERSION%%.*}
|
||||
|
||||
# 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
|
||||
for size in 16 24 32 48; do
|
||||
|
||||
Reference in New Issue
Block a user