Skip to content

Commit

Permalink
openjdk-8: build with SunPKCS11 provider enabled
Browse files Browse the repository at this point in the history
Currently SunPKCS11 provider is available in jdk 11..22, but not 8.

Add build-time dependenices and configure options to turn on SunPKCS11
provider by default.
  • Loading branch information
xnox committed Jul 17, 2024
1 parent 577d957 commit 9a4cc33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openjdk-8.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: openjdk-8
version: 8.412.08 # this corresponds to same release as jdk8u412-ga / jdk8u412-b08
epoch: 1
epoch: 2
description: "IcedTea distribution of OpenJDK 8"
copyright:
- license: GPL-2.0-or-later
Expand Down Expand Up @@ -40,6 +40,8 @@ environment:
- libffi-dev
- libice-dev
- libjpeg-turbo-dev
- libnspr-dev
- libnss-dev
- libpng-dev
- libtool
- libx11-dev
Expand Down Expand Up @@ -107,6 +109,7 @@ pipeline:
--disable-docs \
--disable-system-pcsc \
--disable-system-sctp \
--enable-nss \
--with-openjdk-src-zip=/home/build/icedtea-drops/openjdk-git.tar.xz \
--with-hotspot-src-zip=/home/build/icedtea-drops/hotspot.tar.xz \
--with-jdk-home=/usr/lib/jvm/java-1.7-openjdk \
Expand Down

0 comments on commit 9a4cc33

Please sign in to comment.