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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user