projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb411a4
)
Update solaris for threading.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 25 Mar 2004 22:13:44 +0000
(22:13 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 25 Mar 2004 22:13:44 +0000
(22:13 +0000)
src/template/solaris
patch
|
blob
|
blame
|
history
diff --git
a/src/template/solaris
b/src/template/solaris
index fd3240214467d6c55f74ba81131b88e96bc3ff01..1487149fd0743fb58aca3c9fb290986489375604 100644
(file)
--- a/
src/template/solaris
+++ b/
src/template/solaris
@@
-11,9
+11,8
@@
esac
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
-if test "$GCC" = yes
-then THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
- THREAD_LIBS="-pthread"
-else THREAD_CPPFLAGS="-mt -D_POSIX_PTHREAD_SEMANTICS"
- THREAD_LIBS="-lpthread"
+THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
+if test "$GCC" != yes
+then THREAD_CPPFLAGS="$THREAD_CPPFLAGS -mt"
fi
+THREAD_LIBS="-lpthread"