mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
xf86-video-fbdev: rebuild with LDFLAGS="-Wl,-z,lazy".
This commit is contained in:
parent
5a3575653b
commit
84dd1abb2b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xf86-video-fbdev'.
|
# Template build file for 'xf86-video-fbdev'.
|
||||||
pkgname=xf86-video-fbdev
|
pkgname=xf86-video-fbdev
|
||||||
version=0.4.4
|
version=0.4.4
|
||||||
revision=6
|
revision=7
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -15,3 +15,4 @@ distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b
|
checksum=9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b
|
||||||
|
|
||||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
||||||
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
Loading…
Add table
Reference in a new issue