mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 15:57:24 -04:00
9 lines
277 B
Text
9 lines
277 B
Text
CFLAGS=-O2
|
|
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
|
|
CPPFLAGS="-D_GNU_SOURCE"
|
|
|
|
THREAD_SUPPORT=yes
|
|
NEED_REENTRANT_FUNCS=yes # Debian kernel 2.2 2003-09-27
|
|
THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
|
|
THREAD_LIBS="-lpthread"
|
|
|