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:
parent
93e5d99592
commit
03a818a6f8
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue