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

libdrm: GCC 10 fix

This commit is contained in:
Dylan Araps 2020-03-13 12:56:24 +02:00
parent 9b61cd1f08
commit 76e01cedcc
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,5 +1,9 @@
#!/bin/sh -e
# Workaround for GCC 10 until upstream
# fixes the '-fno-common' issues.
export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr \
--disable-valgrind