diff options
Diffstat (limited to 'development/openjdk/openjdk.SlackBuild')
-rw-r--r-- | development/openjdk/openjdk.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/development/openjdk/openjdk.SlackBuild b/development/openjdk/openjdk.SlackBuild index 15aef53db707e..25e5be5fea7a4 100644 --- a/development/openjdk/openjdk.SlackBuild +++ b/development/openjdk/openjdk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for OpenJDK -# Copyright 2016 Strahil Yordanov, Sofia, Bulgaria +# Copyright 2017 Strahil Yordanov, Sofia, Bulgaria # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openjdk -VERSION=${VERSION:-7u111b01} +VERSION=${VERSION:-7u131b00} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} DVER=1.7.0_$(printf $VERSION | cut -du -f2) -ICEDTEA=icedtea-2.6.7 +ICEDTEA=icedtea-2.6.9 if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -68,8 +68,7 @@ cd icedtea-build # Set JAVA_HOME in order to avoid conflictis with other already installed JVMs. # 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 \ +JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH ../$ICEDTEA/configure \ --with-jdk-home=${BOOT_JAVA} \ --disable-docs \ --disable-downloading \ |