diff options
Diffstat (limited to 'development/openjdk/openjdk.SlackBuild')
-rw-r--r-- | development/openjdk/openjdk.SlackBuild | 34 |
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 |