From f2923938ea0b623dd5e38e7ec6604ab01ef506fe Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 16:01:07 +0100 Subject: [PATCH] xf86-video-vmware: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-vmware/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-vmware/template b/srcpkgs/xf86-video-vmware/template index 01c2cb55c7a..fdcce126153 100644 --- a/srcpkgs/xf86-video-vmware/template +++ b/srcpkgs/xf86-video-vmware/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-vmware'. pkgname=xf86-video-vmware version=13.1.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="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" checksum=3c1d244e4b1b77e92126957965cdc9fb82de4c215c0706a3a8aaff6939e4a0cc + +LDFLAGS="-Wl,-z,lazy"