mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Update OSF thread flags for non-gcc compiles.
This commit is contained in:
parent
002cafe7a4
commit
177ca67095
@ -5,4 +5,8 @@ fi
|
|||||||
|
|
||||||
THREAD_SUPPORT=yes
|
THREAD_SUPPORT=yes
|
||||||
NEED_REENTRANT_FUNCS=no # 4.0 2003-09-13
|
NEED_REENTRANT_FUNCS=no # 4.0 2003-09-13
|
||||||
THREAD_LIBS="-pthread"
|
if test "$GCC" = yes
|
||||||
|
then THREAD_LIBS="-pthread"
|
||||||
|
else THREAD_CPPFLAGS="-pthread"
|
||||||
|
THREAD_LIBS="-lpthread"
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user