From 84dd1abb2ba52e30f90e80678e7b96092ee0894b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 15:59:08 +0100 Subject: [PATCH] xf86-video-fbdev: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-fbdev/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-fbdev/template b/srcpkgs/xf86-video-fbdev/template index 639ede96f28..449be908bdf 100644 --- a/srcpkgs/xf86-video-fbdev/template +++ b/srcpkgs/xf86-video-fbdev/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-fbdev'. pkgname=xf86-video-fbdev version=0.4.4 -revision=6 +revision=7 lib32disabled=yes build_style=gnu-configure hostmakedepends="pkg-config" @@ -15,3 +15,4 @@ distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2" checksum=9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg" +LDFLAGS="-Wl,-z,lazy"