mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.
This commit is contained in:
@ -11,8 +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
|
||||||
THREAD_LIBS="-pthread"
|
|
||||||
if test "$GCC" != yes
|
if test "$GCC" != yes
|
||||||
then THREAD_LIBS="-mt $THREAD_LIBS"
|
then THREAD_CPPFLAGS="-mt"
|
||||||
fi
|
fi
|
||||||
|
THREAD_LIBS="-pthread"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user