mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix unixware thread test.
This commit is contained in:
parent
0c9f978c0c
commit
f3dda96452
@ -11,4 +11,4 @@ fi
|
|||||||
|
|
||||||
SUPPORTS_THREADS=yes
|
SUPPORTS_THREADS=yes
|
||||||
NEED_REENTRANT_FUNC_NAMES=yes
|
NEED_REENTRANT_FUNC_NAMES=yes
|
||||||
THREAD_CFLAGS += "-D_REENTRANT"
|
THREAD_CFLAGS = "$THREAD_CFLAGS -D_REENTRANT"
|
||||||
|
Loading…
Reference in New Issue
Block a user