2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

xf86-video-intel: Fix build with GCC 10

This commit is contained in:
Dylan Araps 2020-02-17 22:38:09 +02:00
parent e10ffc3415
commit 3809008f3c
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,6 +2,9 @@
export LDFLAGS="-Wl,-z,lazy"
# Fix build fail with GCC 10.
export CFLAGS="$CFLAGS -fcommon"
autoreconf -i
./configure \