From e10ffc341549676c4ce4f4d32abfb5cf2c50f3aa Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 17 Feb 2020 22:33:35 +0200 Subject: [PATCH] mesa: Fix build with GCC 10 --- extra/mesa/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mesa/build b/extra/mesa/build index 9a7f79bd..0796da72 100755 --- a/extra/mesa/build +++ b/extra/mesa/build @@ -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