mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-04 09:28:08 +02:00
Set XTHREADLIB correctly for dragonfly platforms.
This commit is contained in:
parent
c9768133e3
commit
1da8bd904f
1 changed files with 2 additions and 0 deletions
|
|
@ -158,6 +158,8 @@ if test x$xthreads = xyes ; then
|
|||
freebsd*)
|
||||
XTHREAD_CFLAGS="-D_THREAD_SAFE"
|
||||
XTHREADLIB="-pthread" ;;
|
||||
dragonfly*)
|
||||
XTHREADLIB="-pthread" ;;
|
||||
solaris*)
|
||||
XTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS" ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue