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

Frederik Schwan freswa at gemini.archlinux.org
Thu Feb 17 13:44:25 UTC 2022


    Date: Thursday, February 17, 2022 @ 13:44:25
  Author: freswa
Revision: 437574

move options array into same place for all jdk pkgs

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-17 13:42:19 UTC (rev 437573)
+++ PKGBUILD	2022-02-17 13:44:25 UTC (rev 437574)
@@ -17,9 +17,9 @@
 license=('custom')
 makedepends=('java-environment=8' 'ccache' 'cpio' 'unzip' 'zip'
              'libxrender' 'libxtst' 'fontconfig' 'libcups' 'alsa-lib')
+options=(!lto)
 source=(https://github.com/openjdk/jdk${_majorver}u/archive/${_git_tag}.tar.gz
         gcc11.patch)
-options=(!lto)
 sha256sums=('1acb39a0250a1f94eb8ccf2e4357c5681d8e5208e8e870c16042c87077db9902'
             'e1e9452b2078c3e9b45aa73491f3f187e7a9abbc40b6a7fc9239d4e5e525569e')
 



More information about the arch-commits mailing list