From 70d23edf937fcf5435c9540b703db045f75b5ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Boskovits?= Date: Mon, 13 May 2019 08:08:44 +0200 Subject: gnu: openjdk11: Suppress internal in version. * gnu/packages/java.scm (openjdk11)[configure-flags]: Add --with-version-pre= . --- gnu/packages/java.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 84f8246483..86f44bb23a 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -1913,6 +1913,7 @@ new Date();")) "--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") -- cgit v1.2.3