1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-18 17:41:14 +03:00

Backpatch Solaris non-gcc thread compile fix to 7.4.X.

This commit is contained in:
Bruce Momjian 2004-01-01 17:35:32 +00:00
parent 7302130179
commit f40aa225bd

View File

@ -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"