From 9b04ddc18585fb965f331c27cbb369ac128828fe Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 20 Apr 2004 14:36:49 +0000 Subject: [PATCH] Add NetBSD thread compile flags. --- src/template/netbsd | 4 ++++ 1 file changed, 4 insertions(+) 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 +