forked from kiss-community/repo
mesa: Fix build with GCC 10
This commit is contained in:
parent
bae78bdc56
commit
e10ffc3415
@ -1,7 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export DESTDIR="$1"
|
||||
export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS"
|
||||
export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS -fcommon"
|
||||
|
||||
# Fix issues with musl and firefox.
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=35268
|
||||
|
Loading…
Reference in New Issue
Block a user