From cacf1229e5d2ca87b1d6c3a8c8d7e62d2941f0d0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 16:00:13 +0100 Subject: [PATCH] xf86-video-mga: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-mga/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-mga/template b/srcpkgs/xf86-video-mga/template index 4eab93854b0..2b401f52740 100644 --- a/srcpkgs/xf86-video-mga/template +++ b/srcpkgs/xf86-video-mga/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-mga'. pkgname=xf86-video-mga version=1.6.4 -revision=2 +revision=3 lib32disabled=yes build_style=gnu-configure hostmakedepends="automake libtool pkg-config xorg-util-macros" @@ -15,6 +15,8 @@ maintainer="Jürgen Buchmüller " distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2" checksum=48c6690b6751c76f53de64f8dbeaa9d6c62dbcfe890c768fd87167951247d44f +LDFLAGS="-Wl,-z,lazy" + pre_configure() { autoreconf -if }