gnu: openjdk11: Suppress internal in version.

* gnu/packages/java.scm (openjdk11)[configure-flags]: Add --with-version-pre= .
This commit is contained in:
Gábor Boskovits 2019-05-13 08:08:44 +02:00
parent a430a3501a
commit 70d23edf93
No known key found for this signature in database
GPG key ID: 2506A96CCF630B21

View file

@ -1913,6 +1913,7 @@ (define-public openjdk11
"--with-lcms=system"
"--with-libjpeg=system"
"--with-libpng=system"
"--with-version-pre="
;; allow the build system to locate the system freetype
,(string-append "--with-freetype-include="
(assoc-ref %build-inputs "freetype") "/include")