mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Add NetBSD thread compile flags.
This commit is contained in:
@ -1 +1,5 @@
|
|||||||
# tools/thread/thread_test must be run
|
# 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