mirror of
https://github.com/zebrajr/postgres.git
synced 2026-01-15 12:15:21 +00:00
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
CFLAGS=-O2
|
|
|
|
SUPPORTS_THREADS=yes
|
|
THREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
|
|
THREAD_LIBS="-lpthread"
|
|
NEED_REENTRANT_FUNC_NAMES=yes
|
|
|