]> granicus.if.org Git - postgresql/blob - src/template/linux
Remove -pipe on Linux, per reports from Peter.
[postgresql] / src / template / linux
1 # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
2 CPPFLAGS="-D_GNU_SOURCE"
3
4 THREAD_SUPPORT=yes
5 NEED_REENTRANT_FUNCS=yes        # Debian kernel 2.2 2003-09-27
6 THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
7 THREAD_LIBS="-lpthread"