xf86-video-fbturbo-sunxi: rebuild with LDFLAGS="-Wl,-z,lazy".
This commit is contained in:
parent
3ee7f2c043
commit
9863969a01
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue