From 3ee7f2c04387deab69b909dabe5e84a798c320a8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 15:59:32 +0100 Subject: [PATCH] xf86-video-fbturbo: rebuild with LDFLAGS="-Wl,-z,lazy". --- srcpkgs/xf86-video-fbturbo/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-fbturbo/template b/srcpkgs/xf86-video-fbturbo/template index 78b629a35b6..2f83f2af25c 100644 --- a/srcpkgs/xf86-video-fbturbo/template +++ b/srcpkgs/xf86-video-fbturbo/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-fbturbo'. pkgname=xf86-video-fbturbo version=0.4.0 -revision=13 +revision=14 build_style=gnu-configure short_desc="Xorg DDX driver for ARM devices (RaspberryPi/Allwinner)" homepage="http://github.com/ssvb/xf86-video-fbturbo" @@ -15,6 +15,8 @@ hostmakedepends="pkg-config xorg-server-devel" makedepends="libXrandr-devel xorg-server-devel" depends="virtual?xserver-abi-video-20_1" +LDFLAGS="-Wl,-z,lazy" + post_install() { vinstall xorg.conf 644 usr/share/X11/xorg.conf.d 99-fbturbo.conf }