mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Backpatch Solaris non-gcc thread compile fix to 7.4.X.
This commit is contained in:
parent
7302130179
commit
f40aa225bd
1 changed files with 3 additions and 0 deletions
|
|
@ -5,4 +5,7 @@ fi
|
|||
|
||||
THREAD_SUPPORT=yes
|
||||
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
|
||||
if test "$GCC" != yes
|
||||
then THREAD_CPPFLAGS="-mt"
|
||||
fi
|
||||
THREAD_LIBS="-pthread"
|
||||
|
|
|
|||
Loading…
Reference in a new issue