From d7ed6ee3ff2ea0d835bb88898de5536de1f42678 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 15:47:06 +0100 Subject: [PATCH] xf86-video-amdgpu: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-amdgpu/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-amdgpu/template b/srcpkgs/xf86-video-amdgpu/template index f5ca5ea15d2..1cb2c2b49b5 100644 --- a/srcpkgs/xf86-video-amdgpu/template +++ b/srcpkgs/xf86-video-amdgpu/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-amdgpu'. pkgname=xf86-video-amdgpu version=1.0.0 -revision=3 +revision=4 lib32disabled=yes only_for_archs="i686 i686-musl x86_64 x86_64-musl" build_style=gnu-configure @@ -15,3 +15,5 @@ homepage="http://xorg.freedesktop.org" license="MIT" distfiles="http://xorg.freedesktop.org//releases/individual/driver/${pkgname}-${version}.tar.bz2" checksum=296bd5376f4921bbdb3d0e6e6bc100ff2682312ae5965a43d3cab53f50f92a6a + +LDFLAGS="-Wl,-z,lazy"