mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
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.
This commit is contained in:
@ -1,5 +1,2 @@
|
||||
# tools/thread/thread_test must be run
|
||||
case $build in
|
||||
*-netbsdelf[2-9]*) THREAD_CPPFLAGS="-pthread"; THREAD_LIBS="-pthread" ;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user