diff --git a/srcpkgs/xf86-video-ati/template b/srcpkgs/xf86-video-ati/template index 34ed9a84e9b..f10b18a8d24 100644 --- a/srcpkgs/xf86-video-ati/template +++ b/srcpkgs/xf86-video-ati/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-ati'. pkgname=xf86-video-ati version=7.6.1 -revision=1 +revision=2 lib32disabled=yes only_for_archs="i686 i686-musl x86_64 x86_64-musl" build_style=gnu-configure @@ -16,3 +16,5 @@ homepage="http://xorg.freedesktop.org" license="MIT" distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" checksum=2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c + +LDFLAGS="-Wl,-z,lazy"