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

This commit is contained in:
Juan RP 2015-12-17 15:59:08 +01:00
parent 5a3575653b
commit 84dd1abb2b

View file

@ -1,7 +1,7 @@
# Template build file for 'xf86-video-fbdev'.
pkgname=xf86-video-fbdev
version=0.4.4
revision=6
revision=7
lib32disabled=yes
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -15,3 +15,4 @@ distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
checksum=9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
LDFLAGS="-Wl,-z,lazy"