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

This commit is contained in:
Juan RP 2015-12-17 15:58:49 +01:00
parent fbe5a4901b
commit 5a3575653b

View file

@ -1,7 +1,7 @@
# Template build file for 'xf86-video-cirrus'.
pkgname=xf86-video-cirrus
version=1.5.3
revision=3
revision=4
lib32disabled=yes
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -13,3 +13,5 @@ license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
checksum=edc87b20a55259126b5239b5c1ef913419eab7ded0ed12ae9ae989460d7351ab
LDFLAGS="-Wl,-z,lazy"