mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Backpatch Solaris non-gcc thread compile fix to 7.4.X.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user