summaryrefslogtreecommitdiffstats
path: root/development/openjdk8/openjdk8.SlackBuild
diff options
context:
space:
mode:
author Strahil Yordanov <strahilski@yahoo.com>2017-11-22 08:42:23 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-11-22 08:42:23 +0000
commitde275644de14a951fe8860d6140c77f6f0e7290a (patch)
tree3d23dd57d96d28734330d5051bb9e9947e6a8dd6 /development/openjdk8/openjdk8.SlackBuild
parenteccdbd46a3186787918e9eb6bc5d3d1f46925061 (diff)
downloadslackbuilds-de275644de14a951fe8860d6140c77f6f0e7290a.tar.gz
slackbuilds-de275644de14a951fe8860d6140c77f6f0e7290a.tar.xz
development/openjdk8: Updated for version 8u151b12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/openjdk8/openjdk8.SlackBuild')
-rw-r--r--development/openjdk8/openjdk8.SlackBuild34
1 files changed, 17 insertions, 17 deletions
diff --git a/development/openjdk8/openjdk8.SlackBuild b/development/openjdk8/openjdk8.SlackBuild
index c7ad39a497..034e80124c 100644
--- a/development/openjdk8/openjdk8.SlackBuild
+++ b/development/openjdk8/openjdk8.SlackBuild
@@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openjdk8
-VERSION=${VERSION:-8u141b15}
+VERSION=${VERSION:-8u151b12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DVER=1.8.0_$(printf $VERSION | cut -du -f2)
-ICEDTEA=icedtea-3.5.0
+ICEDTEA=icedtea-3.6.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -69,21 +69,21 @@ cd icedtea-build
# cacerts taken from this CentOS package:
# http://mirror.centos.org/centos/6/os/x86_64/Packages/ca-certificates-2015.2.4-65.0.1.el6_6.noarch.rpm
JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH ../$ICEDTEA/configure \
- --with-jdk-home=${BOOT_JAVA} \
- --disable-system-kerberos \
- --disable-system-pcsc \
- --disable-system-sctp \
- --with-cacerts-file="$CWD/cacerts" \
- --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" \
- --disable-docs \
- --disable-downloading
+ --with-jdk-home=${BOOT_JAVA} \
+ --disable-system-kerberos \
+ --disable-system-pcsc \
+ --disable-system-sctp \
+ --with-cacerts-file="$CWD/cacerts" \
+ --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" \
+ --disable-docs \
+ --disable-downloading
JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH LOG=trace make