mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-03 03:27:20 -06:00
xf86-video-intel: Fix build with GCC 10
This commit is contained in:
parent
e10ffc3415
commit
3809008f3c
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
export LDFLAGS="-Wl,-z,lazy"
|
export LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
|
# Fix build fail with GCC 10.
|
||||||
|
export CFLAGS="$CFLAGS -fcommon"
|
||||||
|
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user