mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
NetBSD needs reentrant funcs.
This commit is contained in:
parent
a07c5a1225
commit
24d41a9efc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS='-O2 -pipe'
|
||||
|
||||
SUPPORTS_THREADS=yes
|
||||
NEED_REENTRANT_FUNCS=no
|
||||
NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14
|
||||
|
|
|
|||
Loading…
Reference in a new issue