From bbac4188f9ea9df6f3898f9014b108e153419c6e Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Tue, 15 Jul 2003 17:28:36 +0000
Subject: [PATCH] OSF supports pthreads, per Philip Yarra.

---
 src/template/osf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/template/osf b/src/template/osf
index 2d782ea1c3e..8a65f114c55 100644
--- a/src/template/osf
+++ b/src/template/osf
@@ -4,3 +4,6 @@ else
   CC="$CC -std"
   CFLAGS='-O4 -Olimit 2000'
 fi
+SUPPORTS_THREADS=yes
+THREAD_CFLAGS="-pthread"
+
-- 
GitLab