mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Add -pthread to AM_CFLAGS to do the right thing when using threads
https://bugs.freedesktop.org/show_bug.cgi?id=71633
This commit is contained in:
parent
360dca517a
commit
5a019e38a1
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ pkgconfigdir = $(libdir)/pkgconfig
|
|||
pkgconfig_DATA = wayland-client.pc wayland-server.pc
|
||||
|
||||
AM_CPPFLAGS = $(FFI_CFLAGS)
|
||||
AM_CFLAGS = $(GCC_CFLAGS)
|
||||
AM_CFLAGS = $(GCC_CFLAGS) -pthread
|
||||
|
||||
protocoldir = $(top_srcdir)/protocol
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue