mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Mark Linux for threads.
This commit is contained in:
parent
0ac697b269
commit
74c8703031
@ -3,7 +3,7 @@ CFLAGS=-O2
|
|||||||
CPPFLAGS="-D_GNU_SOURCE"
|
CPPFLAGS="-D_GNU_SOURCE"
|
||||||
|
|
||||||
THREAD_SUPPORT=yes
|
THREAD_SUPPORT=yes
|
||||||
NEED_REENTRANT_FUNCS=yes
|
NEED_REENTRANT_FUNCS=yes # Debian kernel 2.2 2003-09-27
|
||||||
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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user