From 26168bde6ac8f71f6543d9f24fe015f4d3dfb77d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 15:47:54 +0100 Subject: [PATCH] xf86-video-nouveau: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-nouveau/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-nouveau/template b/srcpkgs/xf86-video-nouveau/template index 4388e988ddd..2bb58c0e01a 100644 --- a/srcpkgs/xf86-video-nouveau/template +++ b/srcpkgs/xf86-video-nouveau/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-nouveau'. pkgname=xf86-video-nouveau version=1.0.12 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure only_for_archs="i686 i686-musl x86_64 x86_64-musl" @@ -14,3 +14,5 @@ homepage="http://nouveau.freedesktop.org/wiki/" license="GPL-2" distfiles="http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${version}.tar.bz2" checksum=0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e + +LDFLAGS="-Wl,-z,lazy"