mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +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
|
||||
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