Commit cf4d324d authored by Bruce Momjian's avatar Bruce Momjian

Add "-mt" link flag for Solaris non-gcc compiles when using threads ---

required.
parent 9888192f
......@@ -12,3 +12,7 @@ esac
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
THREAD_LIBS="-pthread"
if test "$GCC" != yes
then THREAD_LIBS="-mt $THREAD_LIBS"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment