[arch-commits] Commit in java11-openjdk/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Jan 11 13:22:43 UTC 2021


    Date: Monday, January 11, 2021 @ 13:22:42
  Author: anthraxx
Revision: 406091

upgpkg: java11-openjdk 11.0.10.u8-2: enable system libharfbuzz

Fixes FS#69283

Modified:
  java11-openjdk/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-11 07:27:04 UTC (rev 406090)
+++ PKGBUILD	2021-01-11 13:22:42 UTC (rev 406091)
@@ -17,7 +17,7 @@
 _minorver=0
 _securityver=10
 _updatever=8
-pkgrel=1
+pkgrel=2
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
 _hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
 arch=('x86_64')
@@ -95,6 +95,7 @@
     --with-libpng=system \
     --with-lcms=system \
     --with-zlib=system \
+    --with-harfbuzz=system \
     --with-jvm-features=zgc \
     --enable-unlimited-crypto \
     --disable-warnings-as-errors \



More information about the arch-commits mailing list