forked from pool/xorg-x11-server
* dix-config.h: add HAVE_SOCKLEN_T definition * config: add a quirk for Apple Silicon appledrm * os: Fix assignment with incompatible pointer type * os: Fix siHostnameAddrMatch in the case where h_addr isn't defined * hw/xfree86: Fix -Wmissing-prototypes warnings * hw/xfree86: Fix -Wincompatible-pointer-types sbus compile failure OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=902
11 lines
302 B
Diff
11 lines
302 B
Diff
--- xserver-1.20.10/test/Makefile.am.orig 2021-03-02 23:46:49.137916000 +0100
|
|
+++ xserver-1.20.10/test/Makefile.am 2021-03-02 23:47:48.691663000 +0100
|
|
@@ -105,6 +105,7 @@ tests_LDFLAGS = \
|
|
-Wl,-wrap,XISetEventMask \
|
|
-Wl,-wrap,AddResource \
|
|
-Wl,-wrap,GrabButton \
|
|
+ -fno-lto \
|
|
$()
|
|
endif XORG
|
|
|