mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-01-06 08:30:13 +01:00
Set XTHREADLIB correctly for dragonfly platforms.
This commit is contained in:
parent
b24834762e
commit
434bf80b40
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,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