3
0
Fork 0
forked from mirrors/nixpkgs

openjdk: build with empty pre-version (#108994)

Some applications, like the Jetbrains IDEs, check for a suffix to
determine if a stable JDK is used.
This flag was already passed for older versions, but it got lost for
OpenJDK 14+.
This commit is contained in:
Milan 2021-01-15 05:12:41 +01:00 committed by GitHub
parent 93e5d99592
commit 03a818a6f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@ let
configureFlags = [
"--with-boot-jdk=${openjdk14-bootstrap.home}"
"--with-version-pre="
"--enable-unlimited-crypto"
"--with-native-debug-symbols=internal"
"--with-libjpeg=system"

View file

@ -55,6 +55,7 @@ let
configureFlags = [
"--with-boot-jdk=${openjdk15-bootstrap.home}"
"--with-version-pre="
"--enable-unlimited-crypto"
"--with-native-debug-symbols=internal"
"--with-libjpeg=system"