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

mesa: Fix build with GCC 10

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

View File

@ -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