From 9280f2dd39a845d287ce630f9d9b529c7429b92d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 16:00:30 +0100 Subject: [PATCH] xf86-video-sisusb: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-sisusb/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-sisusb/template b/srcpkgs/xf86-video-sisusb/template index 3df8f568ae0..e74f9b31d58 100644 --- a/srcpkgs/xf86-video-sisusb/template +++ b/srcpkgs/xf86-video-sisusb/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-sisusb'. pkgname=xf86-video-sisusb version=0.9.6 -revision=9 +revision=10 lib32disabled=yes build_style=gnu-configure hostmakedepends="pkg-config" @@ -14,3 +14,5 @@ maintainer="Juan RP " #distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" distfiles="http://pkgs.fedoraproject.org/repo/pkgs/xorg-x11-drv-sisusb/${pkgname}-${version}.tar.bz2/8ebcd2bc5a87a3f1362fa76616a83e57/${pkgname}-${version}.tar.bz2" checksum=73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046 + +LDFLAGS="-Wl,-z,lazy"