xf86-video-ati: rebuild with LDFLAGS="-Wl,-z,lazy".

This commit is contained in:
Juan RP 2015-12-17 15:47:30 +01:00
parent d7ed6ee3ff
commit c3e4dec297

View file

@ -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"