mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Mark linux as thread-enabled with new 7.5 tests.
This commit is contained in:
parent
48f3ddf991
commit
6e7a0f3550
@ -4,3 +4,10 @@ CPPFLAGS="-D_GNU_SOURCE"
|
|||||||
# tools/thread/thread_test must be run
|
# tools/thread/thread_test must be run
|
||||||
THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
|
THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
|
||||||
THREAD_LIBS="-lpthread"
|
THREAD_LIBS="-lpthread"
|
||||||
|
|
||||||
|
THREAD_SUPPORT=yes
|
||||||
|
# 2004-03-14, Linux 2.4.25-1-686
|
||||||
|
STRERROR_THREADSAFE=yes
|
||||||
|
GETPWUID_THREADSAFE=no
|
||||||
|
GETHOSTBYNAME_THREADSAFE=no
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user