xf86-video-openchrome: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
9b1a30d9c8
commit
6b96e15059
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
|||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||
checksum=da2975c6379358de52c1257710c67eb59139a7f0a1cd28d00cc64cc3e1c02f75
|
||||
|
||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg -fcommon"
|
||||
LDFLAGS="-Wl,-z,lazy"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue