forked from kiss-community/repo
libdrm: GCC 10 fix
This commit is contained in:
parent
9b61cd1f08
commit
76e01cedcc
@ -1,5 +1,9 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
# Workaround for GCC 10 until upstream
|
||||||
|
# fixes the '-fno-common' issues.
|
||||||
|
export CFLAGS="$CFLAGS -fcommon"
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-valgrind
|
--disable-valgrind
|
||||||
|
Loading…
Reference in New Issue
Block a user