From 9863969a01f2591c80888b1ebf7e83d428997183 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 15:59:53 +0100 Subject: [PATCH] xf86-video-fbturbo-sunxi: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-fbturbo-sunxi/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-fbturbo-sunxi/template b/srcpkgs/xf86-video-fbturbo-sunxi/template index 2ded245b72..6cf2ba5091 100644 --- a/srcpkgs/xf86-video-fbturbo-sunxi/template +++ b/srcpkgs/xf86-video-fbturbo-sunxi/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-fbturbo-sunxi'. pkgname=xf86-video-fbturbo-sunxi version=0.4.0 -revision=2 +revision=3 wrksrc="${pkgname%-sunxi}-${version}" build_style=gnu-configure short_desc="Xorg DDX driver for Allwinner SoC (A10/A13/A20)" @@ -17,6 +17,8 @@ makedepends="libXrandr-devel libump-devel-git xorg-server-devel" depends="virtual?xserver-abi-video-20_1 sunxi-mali" conflicts="xf86-video-fbturbo>=0" +LDFLAGS="-Wl,-z,lazy" + pre_configure() { cp /usr/include/xorg/dri2.h src }