From: Tom Lane Date: Tue, 15 Jul 2003 17:28:36 +0000 (+0000) Subject: OSF supports pthreads, per Philip Yarra. X-Git-Tag: REL7_4_BETA1~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbac4188f9ea9df6f3898f9014b108e153419c6e;p=postgresql OSF supports pthreads, per Philip Yarra. --- diff --git a/src/template/osf b/src/template/osf index 2d782ea1c3..8a65f114c5 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" +