mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Add NetBSD thread compile flags.
This commit is contained in:
parent
cfb8d57ba1
commit
9b04ddc185
@ -1 +1,5 @@
|
||||
# tools/thread/thread_test must be run
|
||||
case $build in
|
||||
*-netbsdelf[2-9]*) THREAD_CPPFLAGS="-pthread"; THREAD_LIBS="-pthread" ;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user