diff options
author | Bruce Momjian | 2004-04-20 14:36:49 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-04-20 14:36:49 +0000 |
commit | 4a133bd04cd8347bf98d59335d913632eb3c10f5 (patch) | |
tree | db69de242f9d91adc00e64321f2402b12e837470 | |
parent | edef31ce47255386a8f01ac2f4cd8476504ebe36 (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 + |