From e675a236885d2a00597a9a6da17124387556ddb9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 7 Apr 2004 18:31:59 +0000 Subject: [PATCH] Update Darwin thread compile flags, and OS version info. --- src/template/darwin | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/template/darwin b/src/template/darwin index 4fdbea27bf..cd60b83fe0 100644 --- a/src/template/darwin +++ b/src/template/darwin @@ -7,6 +7,9 @@ USE_NAMED_POSIX_SEMAPHORES=1 THREAD_SUPPORT=yes # verified Mac OS X 10.3.3, Darwin Kernel Version 7.3.0, 2004-04-07 +THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" +THREAD_LIBS="-lpthread" + STRERROR_THREADSAFE=yes GETPWUID_THREADSAFE=yes GETHOSTBYNAME_THREADSAFE=yes -- GitLab