mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Mark Linux for threads.
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user