mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.
This commit is contained in:
parent
be6c38b903
commit
8042c79fd1
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ esac
|
|||
|
||||
THREAD_SUPPORT=yes
|
||||
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
|
||||
THREAD_LIBS="-pthread"
|
||||
if test "$GCC" != yes
|
||||
then THREAD_LIBS="-mt $THREAD_LIBS"
|
||||
then THREAD_CPPFLAGS="-mt"
|
||||
fi
|
||||
THREAD_LIBS="-pthread"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue