mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
Update solaris for threading.
This commit is contained in:
parent
fb411a4768
commit
52e33bab6f
@ -11,9 +11,8 @@ esac
|
|||||||
|
|
||||||
THREAD_SUPPORT=yes
|
THREAD_SUPPORT=yes
|
||||||
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
|
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
|
||||||
if test "$GCC" = yes
|
THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
|
||||||
then THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
|
if test "$GCC" != yes
|
||||||
THREAD_LIBS="-pthread"
|
then THREAD_CPPFLAGS="$THREAD_CPPFLAGS -mt"
|
||||||
else THREAD_CPPFLAGS="-mt -D_POSIX_PTHREAD_SEMANTICS"
|
|
||||||
THREAD_LIBS="-lpthread"
|
|
||||||
fi
|
fi
|
||||||
|
THREAD_LIBS="-lpthread"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user