From 5a3575653bbd08f6edd17c778f2b1d5e1eed5035 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 15:58:49 +0100 Subject: [PATCH] xf86-video-cirrus: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-cirrus/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-cirrus/template b/srcpkgs/xf86-video-cirrus/template index 0ad7ff0d49..b036ff8777 100644 --- a/srcpkgs/xf86-video-cirrus/template +++ b/srcpkgs/xf86-video-cirrus/template @@ -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 " distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2" checksum=edc87b20a55259126b5239b5c1ef913419eab7ded0ed12ae9ae989460d7351ab + +LDFLAGS="-Wl,-z,lazy"