mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
Backpatch Solaris non-gcc thread compile fix to 7.4.X.
This commit is contained in:
parent
7302130179
commit
f40aa225bd
@ -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…
x
Reference in New Issue
Block a user