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