pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / x11 / xorg-server / patches / 23-workaround-7154410.patch
blob2067f4210ee221c08db604d1fa862b962cb5070f
1 diff --git a/glx/Makefile.am b/glx/Makefile.am
2 index 591c4ac..8d16869 100644
3 --- a/glx/Makefile.am
4 +++ b/glx/Makefile.am
5 @@ -99,3 +99,6 @@ libglx_la_SOURCES = \
6 xfont.c
8 libglx_la_LIBADD = $(DLOPEN_LIBS)
10 +# Workaround Studio 12.1 optimizer bug 7154410
11 +glapi_gentable.lo: CFLAGS = $(CCASFLAGS:-xO4=-xO0)