diff options
author | Bruce Momjian | 2003-09-15 02:17:49 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-09-15 02:17:49 +0000 |
commit | 0e87d1ebc315d1d6cfc6e546f8c5e6ead6ab154a (patch) | |
tree | c8fab8ba3a2ee04d47d11aaaa8ffd34d865a03b3 | |
parent | c2febe3782ab52305cc723c84c5d519412d54b94 (diff) |
NetBSD needs reentrant funcs.
-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 72e1d624c4..0fd61a70b2 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 |