mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 04:13:06 +02:00
xf86-video-ati: rebuild with LDFLAGS="-Wl,-z,lazy".
This commit is contained in:
parent
d7ed6ee3ff
commit
c3e4dec297
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xf86-video-ati'.
|
# Template build file for 'xf86-video-ati'.
|
||||||
pkgname=xf86-video-ati
|
pkgname=xf86-video-ati
|
||||||
version=7.6.1
|
version=7.6.1
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -16,3 +16,5 @@ homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||||
checksum=2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c
|
checksum=2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c
|
||||||
|
|
||||||
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
Loading…
Add table
Reference in a new issue