xf86-video-fbturbo-sunxi: rebuild with LDFLAGS="-Wl,-z,lazy".

This commit is contained in:
Juan RP 2015-12-17 15:59:53 +01:00
parent 3ee7f2c043
commit 9863969a01

View file

@ -1,7 +1,7 @@
# Template build file for 'xf86-video-fbturbo-sunxi'. # Template build file for 'xf86-video-fbturbo-sunxi'.
pkgname=xf86-video-fbturbo-sunxi pkgname=xf86-video-fbturbo-sunxi
version=0.4.0 version=0.4.0
revision=2 revision=3
wrksrc="${pkgname%-sunxi}-${version}" wrksrc="${pkgname%-sunxi}-${version}"
build_style=gnu-configure build_style=gnu-configure
short_desc="Xorg DDX driver for Allwinner SoC (A10/A13/A20)" 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" depends="virtual?xserver-abi-video-20_1 sunxi-mali"
conflicts="xf86-video-fbturbo>=0" conflicts="xf86-video-fbturbo>=0"
LDFLAGS="-Wl,-z,lazy"
pre_configure() { pre_configure() {
cp /usr/include/xorg/dri2.h src cp /usr/include/xorg/dri2.h src
} }