From 33a16ed02002a01cfc1b1cc1be223d66af751a02 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 16:00:50 +0100 Subject: [PATCH] xf86-video-vesa: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-vesa/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-vesa/template b/srcpkgs/xf86-video-vesa/template index 6dda35746dd..63d3414eca2 100644 --- a/srcpkgs/xf86-video-vesa/template +++ b/srcpkgs/xf86-video-vesa/template @@ -2,7 +2,7 @@ pkgname=xf86-video-vesa reverts=2:2.3.3_5 version=2.3.4 -revision=2 +revision=3 lib32disabled=yes build_style=gnu-configure hostmakedepends="pkg-config" @@ -16,3 +16,4 @@ distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2" checksum=7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg" +LDFLAGS="-Wl,-z,lazy"