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

Laurent Carlier lcarlier at gemini.archlinux.org
Mon Apr 4 17:30:27 UTC 2022


    Date: Monday, April 4, 2022 @ 17:30:26
  Author: lcarlier
Revision: 441515

upgpkg: mesa 22.0.1-3: try to workaround a tls bug

Modified:
  mesa/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 14:26:18 UTC (rev 441514)
+++ PKGBUILD	2022-04-04 17:30:26 UTC (rev 441515)
@@ -7,7 +7,7 @@
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=22.0.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
              'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 'zstd' 'elfutils' 'llvm'
@@ -38,6 +38,10 @@
   CFLAGS+=' -g1'
   CXXFLAGS+=' -g1'
 
+  # https://gitlab.freedesktop.org/mesa/mesa/-/issues/6229
+  CFLAGS+=' -mtls-dialect=gnu'
+  CXXFLAGS+=' -mtls-dialect=gnu'
+
   arch-meson mesa-$pkgver build \
     -D b_ndebug=true \
     -D platforms=x11,wayland \



More information about the arch-commits mailing list