Commit 9b04ddc1 authored by Bruce Momjian's avatar Bruce Momjian

Add NetBSD thread compile flags.

parent cfb8d57b
# tools/thread/thread_test must be run
case $build in
*-netbsdelf[2-9]*) THREAD_CPPFLAGS="-pthread"; THREAD_LIBS="-pthread" ;;
esac
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment