diff options
Diffstat (limited to 'development/OpenJDK17/OpenJDK17.SlackBuild')
-rw-r--r-- | development/OpenJDK17/OpenJDK17.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/development/OpenJDK17/OpenJDK17.SlackBuild b/development/OpenJDK17/OpenJDK17.SlackBuild index 870d5e08ae..927b46dab3 100644 --- a/development/OpenJDK17/OpenJDK17.SlackBuild +++ b/development/OpenJDK17/OpenJDK17.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=OpenJDK17 -VERSION=${VERSION:-17.0.12} +VERSION=${VERSION:-17.0.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -56,7 +56,6 @@ if [ "$ARCH" = "i586" ]; then elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" - BSARCH="i686" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" @@ -135,11 +134,11 @@ sh configure \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --with-giflib=system \ + --with-giflib=bundled \ --with-harfbuzz=bundled \ - --with-lcms=system \ - --with-libjpeg=system \ - --with-libpng=system \ + --with-lcms=bundled \ + --with-libjpeg=bundled \ + --with-libpng=bundled \ --with-zlib=bundled \ --disable-precompiled-headers \ --enable-libffi-bundling \ |