summaryrefslogtreecommitdiffstats
path: root/development/openjdk8/openjdk8.SlackBuild
diff options
context:
space:
mode:
author Strahil Yordanov <strahilski@yahoo.com>2022-04-23 08:38:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-24 01:47:24 +0700
commitaaf64eae7d08ad17c6962d579677ca4d356e04c6 (patch)
tree2587720baad9d97bfd7dc5ca60a0d5900a92b5ad /development/openjdk8/openjdk8.SlackBuild
parent80c47ee23ea9e1333aa561a18b00b420ff1e154b (diff)
downloadslackbuilds-aaf64eae7d08ad17c6962d579677ca4d356e04c6.tar.gz
slackbuilds-aaf64eae7d08ad17c6962d579677ca4d356e04c6.tar.xz
development/openjdk8: Updated for version 8u322.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/openjdk8/openjdk8.SlackBuild')
-rw-r--r--development/openjdk8/openjdk8.SlackBuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/development/openjdk8/openjdk8.SlackBuild b/development/openjdk8/openjdk8.SlackBuild
index b895f79b4a..0845d43fc3 100644
--- a/development/openjdk8/openjdk8.SlackBuild
+++ b/development/openjdk8/openjdk8.SlackBuild
@@ -25,13 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openjdk8
-VERSION=${VERSION:-8u292}
+VERSION=${VERSION:-8u322}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
-ICEDTEA=icedtea-3.20.0
+ICEDTEA=icedtea-3.22.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -76,21 +76,14 @@ cd icedtea-build
# Set JAVA_HOME in order to avoid conflicts with other already installed JVMs.
JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH ../$ICEDTEA/configure \
- --disable-docs \
--disable-downloading \
+ --disable-docs \
--with-jdk-home=${BOOT_JAVA} \
--disable-system-kerberos \
--disable-system-pcsc \
--disable-system-sctp \
--enable-nss \
- --with-openjdk-src-zip="$CWD/openjdk.tar.xz" \
- --with-corba-src-zip="$CWD/corba.tar.xz" \
- --with-jaxp-src-zip="$CWD/jaxp.tar.xz" \
- --with-jaxws-src-zip="$CWD/jaxws.tar.xz" \
- --with-jdk-src-zip="$CWD/jdk.tar.xz" \
- --with-langtools-src-zip="$CWD/langtools.tar.xz" \
- --with-nashorn-src-zip="$CWD/nashorn.tar.xz" \
- --with-hotspot-src-zip="$CWD/hotspot.tar.xz"
+ --with-openjdk-src-zip="$CWD/openjdk-git.tar.xz"
JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH LOG=trace make
cd $PKG