mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
OK, another try at Darwin threads.
This commit is contained in:
@@ -4,3 +4,10 @@ CC="$CC -no-cpp-precomp"
|
|||||||
|
|
||||||
# Select appropriate semaphore support
|
# Select appropriate semaphore support
|
||||||
USE_NAMED_POSIX_SEMAPHORES=1
|
USE_NAMED_POSIX_SEMAPHORES=1
|
||||||
|
|
||||||
|
THREAD_SUPPORT=yes
|
||||||
|
THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
|
||||||
|
THREAD_LIBS="-lpthread"
|
||||||
|
|
||||||
|
NEED_REENTRANT_FUNCS=yes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user