mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
xf86-video-vesa: rebuild with LDFLAGS="-Wl,-z,lazy".
This commit is contained in:
parent
9280f2dd39
commit
33a16ed020
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=xf86-video-vesa
|
pkgname=xf86-video-vesa
|
||||||
reverts=2:2.3.3_5
|
reverts=2:2.3.3_5
|
||||||
version=2.3.4
|
version=2.3.4
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -16,3 +16,4 @@ distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1
|
checksum=7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1
|
||||||
|
|
||||||
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