[arch-commits] Commit in mesa/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Fri May 15 18:44:42 UTC 2020
Date: Friday, May 15, 2020 @ 18:44:41
Author: lcarlier
Revision: 383714
upgpkg: mesa 20.0.7-2: disable lto - fixes segfault with gcc-10.1.0 (FS#66666)
Modified:
mesa/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-15 18:29:38 UTC (rev 383713)
+++ PKGBUILD 2020-05-15 18:44:41 UTC (rev 383714)
@@ -5,7 +5,7 @@
pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
pkgdesc="An open-source implementation of the OpenGL specification"
pkgver=20.0.7
-pkgrel=1
+pkgrel=2
arch=('x86_64')
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 'zstd'
@@ -39,7 +39,7 @@
build() {
arch-meson mesa-$pkgver build \
- -D b_lto=true \
+ -D b_lto=false \
-D b_ndebug=true \
-D platforms=x11,wayland,drm,surfaceless \
-D dri-drivers=i915,i965,r100,r200,nouveau \
More information about the arch-commits
mailing list