mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04:00
Update solaris for threading.
This commit is contained in:
parent
fb411a4768
commit
52e33bab6f
1 changed files with 4 additions and 5 deletions
|
|
@ -11,9 +11,8 @@ esac
|
|||
|
||||
THREAD_SUPPORT=yes
|
||||
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
|
||||
if test "$GCC" = yes
|
||||
then THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
|
||||
THREAD_LIBS="-pthread"
|
||||
else THREAD_CPPFLAGS="-mt -D_POSIX_PTHREAD_SEMANTICS"
|
||||
THREAD_LIBS="-lpthread"
|
||||
THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
|
||||
if test "$GCC" != yes
|
||||
then THREAD_CPPFLAGS="$THREAD_CPPFLAGS -mt"
|
||||
fi
|
||||
THREAD_LIBS="-lpthread"
|
||||
|
|
|
|||
Loading…
Reference in a new issue