diff options
author | Bruce Momjian | 2004-04-20 14:36:49 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-04-20 14:36:49 +0000 |
commit | 9b04ddc18585fb965f331c27cbb369ac128828fe (patch) | |
tree | 35e51106ef6e6f9c0f1563a02ca5d0991bec4a2a | |
parent | cfb8d57ba1dbed173a94c35e246c70048b8d19ab (diff) |
Add NetBSD thread compile flags.
-rw-r--r-- | src/template/netbsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/template/netbsd b/src/template/netbsd index 1cb953c7fb..120ed59bf4 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1 +1,5 @@ # tools/thread/thread_test must be run +case $build in + *-netbsdelf[2-9]*) THREAD_CPPFLAGS="-pthread"; THREAD_LIBS="-pthread" ;; +esac + |