diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-09-15 02:17:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-09-15 02:17:49 +0000 |
commit | 24d41a9efc44a3476400986d8e6055a1d60b6b14 (patch) | |
tree | ba34865b51d0d926550430b3673d2044d6cf0706 /src | |
parent | a07c5a12250d0a9734de339531f66676b0e4f199 (diff) | |
download | postgresql-24d41a9efc44a3476400986d8e6055a1d60b6b14.tar.gz postgresql-24d41a9efc44a3476400986d8e6055a1d60b6b14.zip |
NetBSD needs reentrant funcs.
Diffstat (limited to 'src')
-rw-r--r-- | src/template/netbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/netbsd b/src/template/netbsd index 72e1d624c4a..0fd61a70b28 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1,4 +1,4 @@ CFLAGS='-O2 -pipe' SUPPORTS_THREADS=yes -NEED_REENTRANT_FUNCS=no +NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14 |