mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-02 02:57:17 -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"
|
||||
|
||||
# Fix build fail with GCC 10.
|
||||
export CFLAGS="$CFLAGS -fcommon"
|
||||
|
||||
autoreconf -i
|
||||
|
||||
./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user