summaryrefslogtreecommitdiff
path: root/development/openjdk/openjdk.SlackBuild
diff options
context:
space:
mode:
authorStrahil Yordanov <strahilski@yahoo.com>2017-11-21 21:56:51 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2017-11-21 21:56:51 +0000
commiteccdbd46a3186787918e9eb6bc5d3d1f46925061 (patch)
treef50eafc281fa32470fba53e092d67ad4f053554f /development/openjdk/openjdk.SlackBuild
parentd878016029ef0c6d3e648a5ff70f2cea3603be73 (diff)
downloadslackbuilds-eccdbd46a3186787918e9eb6bc5d3d1f46925061.tar.gz
development/openjdk: Updated for version 7u151b01.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/openjdk/openjdk.SlackBuild')
-rw-r--r--development/openjdk/openjdk.SlackBuild34
1 files changed, 17 insertions, 17 deletions
diff --git a/development/openjdk/openjdk.SlackBuild b/development/openjdk/openjdk.SlackBuild
index d5a88d7b3c..a1080c4957 100644
--- a/development/openjdk/openjdk.SlackBuild
+++ b/development/openjdk/openjdk.SlackBuild
@@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openjdk
-VERSION=${VERSION:-7u141b02}
+VERSION=${VERSION:-7u151b01}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DVER=1.7.0_$(printf $VERSION | cut -du -f2)
-ICEDTEA=icedtea-2.6.10
+ICEDTEA=icedtea-2.6.11
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} \
- --without-rhino \
- --disable-system-kerberos \
- --disable-system-pcsc \
- --disable-system-sctp \
- --with-cacerts-file="$CWD/cacerts" \
- --with-openjdk-src-zip="$CWD/openjdk.tar.bz2" \
- --with-corba-src-zip="$CWD/corba.tar.bz2" \
- --with-jaxp-src-zip="$CWD/jaxp.tar.bz2" \
- --with-jaxws-src-zip="$CWD/jaxws.tar.bz2" \
- --with-jdk-src-zip="$CWD/jdk.tar.bz2" \
- --with-langtools-src-zip="$CWD/langtools.tar.bz2" \
- --with-hotspot-src-zip="$CWD/hotspot.tar.bz2" \
- --disable-docs \
- --disable-downloading
+ --with-jdk-home=${BOOT_JAVA} \
+ --without-rhino \
+ --disable-system-kerberos \
+ --disable-system-pcsc \
+ --disable-system-sctp \
+ --with-cacerts-file="$CWD/cacerts" \
+ --with-openjdk-src-zip="$CWD/openjdk.tar.bz2" \
+ --with-corba-src-zip="$CWD/corba.tar.bz2" \
+ --with-jaxp-src-zip="$CWD/jaxp.tar.bz2" \
+ --with-jaxws-src-zip="$CWD/jaxws.tar.bz2" \
+ --with-jdk-src-zip="$CWD/jdk.tar.bz2" \
+ --with-langtools-src-zip="$CWD/langtools.tar.bz2" \
+ --with-hotspot-src-zip="$CWD/hotspot.tar.bz2" \
+ --disable-docs \
+ --disable-downloading
JAVA_HOME=${BOOT_JAVA} PATH=${BOOT_JAVA}/bin:$PATH LOG=trace make
cd $PKG