From e13c83f07baa9d98bef706c42bcefa6166c45a16 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 1 Jan 2004 17:35:32 +0000 Subject: [PATCH] Backpatch Solaris non-gcc thread compile fix to 7.4.X. --- src/template/solaris | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/template/solaris b/src/template/solaris index 7609d0e2cb..d32ab6afb9 100644 --- a/src/template/solaris +++ b/src/template/solaris @@ -5,4 +5,7 @@ fi THREAD_SUPPORT=yes NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13 +if test "$GCC" != yes +then THREAD_CPPFLAGS="-mt" +fi THREAD_LIBS="-pthread" -- 2.39.5