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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Jan 1 18:48:44 UTC 2022


    Date: Saturday, January 1, 2022 @ 18:48:43
  Author: svenstaro
Revision: 433301

upgpkg: glslang 11.7.1-3: Fix fat LTO

Modified:
  glslang/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-01 18:40:02 UTC (rev 433300)
+++ PKGBUILD	2022-01-01 18:48:43 UTC (rev 433301)
@@ -3,7 +3,7 @@
 # Careful when upgrading this package! It usually breaks ABI without bumping soname.
 pkgname=glslang
 pkgver=11.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc='OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')
 url='https://github.com/KhronosGroup/glslang'
@@ -30,6 +30,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  export CXXFLAGS+=" -ffat-lto-objects"
   cmake \
     -Bbuild-shared \
     -GNinja \



More information about the arch-commits mailing list