diff options
| author | Bruce Momjian | 2003-09-27 15:32:48 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-09-27 15:32:48 +0000 |
| commit | 227dd9b42702b9c8062db9f7012058c051961b35 (patch) | |
| tree | 11de404adf387ae44c647a724dc08e263f9d5278 /src/template/linux | |
| parent | fae2adecf5a1281742b468f96656c88fb7dd9a63 (diff) | |
Rename thread compile flag. Move thread test program to tools/thread,
and improve tests.
Diffstat (limited to 'src/template/linux')
| -rw-r--r-- | src/template/linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/linux b/src/template/linux index 2c4f393e75..a690b44968 100644 --- a/src/template/linux +++ b/src/template/linux @@ -4,6 +4,6 @@ CPPFLAGS="-D_GNU_SOURCE" SUPPORTS_THREADS=yes NEED_REENTRANT_FUNCS=yes # verified glibc 2.1 2003-09-03 -THREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" +THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" THREAD_LIBS="-lpthread" |
