From fd58060179917df110de9becdb7ff9bd6d67c454 Mon Sep 17 00:00:00 2001 From: Matthias Baesken Date: Thu, 16 May 2019 13:21:41 +0200 Subject: [PATCH] 8223944: fix zlib related building docu and comments Reviewed-by: alanb, erikj --- doc/building.html | 4 ++-- doc/building.md | 9 ++++++--- make/autoconf/lib-bundled.m4 | 11 +++++++---- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/doc/building.html b/doc/building.html index 96d6ee0e4c8..5246086b98a 100644 --- a/doc/building.html +++ b/doc/building.html @@ -184,7 +184,7 @@ Solaris -Solaris 11.3 +Solaris 11.3 SRU 20 macOS @@ -497,7 +497,7 @@ CC: Sun C++ 5.13 SunOS_i386 151846-10 2015/10/30
  • --with-libffi=<path> - Set the path to libffi
  • --with-jtreg=<path> - Set the path to JTReg. See Running Tests
  • -

    Certain third-party libraries used by the JDK (libjpeg, giflib, libpng, lcms and zlib) are included in the JDK repository. The default behavior of the JDK build is to use this version of these libraries, but they might be replaced by an external version. To do so, specify system as the <source> option in these arguments. (The default is bundled).

    +

    Certain third-party libraries used by the JDK (libjpeg, giflib, libpng, lcms and zlib) are included in the JDK repository. The default behavior of the JDK build is to use the included ("bundled") versions of libjpeg, giflib, libpng and lcms. For zlib, the system lib (if present) is used except on Windows and AIX. However the bundled libraries may be replaced by an external version. To do so, specify system as the <source> option in these arguments. (The default is bundled).