diff options
| author | Bruce Momjian | 2004-04-23 18:15:55 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-04-23 18:15:55 +0000 |
| commit | 7a66015e98e890c27e3483a413d5a88927c5b818 (patch) | |
| tree | 3a58d7f41460697adb2eb1e24ba9e1d1c5dcfb03 /src/template/linux | |
| parent | 77528c9bd7e0203d5670a550947cfa367ac51ad8 (diff) | |
Add new auto-detection of thread flags.
Allow additional thread flags to be added via port templates.
Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new
configure script.
Diffstat (limited to 'src/template/linux')
| -rw-r--r-- | src/template/linux | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/template/linux b/src/template/linux index 3684f1a180..95c1b182fe 100644 --- a/src/template/linux +++ b/src/template/linux @@ -2,12 +2,4 @@ CPPFLAGS="-D_GNU_SOURCE" # tools/thread/thread_test must be run -THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" -THREAD_LIBS="-lpthread" - -THREAD_SUPPORT=yes -# 2004-03-14, Linux 2.4.25-1-686 -STRERROR_THREADSAFE=yes -GETPWUID_THREADSAFE=no -GETHOSTBYNAME_THREADSAFE=no - +PTHREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" |
