YA resync with mainstem, including VMS patches from others
[p5sagit/p5-mst-13.2.git] / hints / openbsd.sh
index 7e68402..a7d8bf2 100644 (file)
@@ -68,7 +68,11 @@ cat > UU/usethreads.cbu <<'EOCBU'
 case "$usethreads" in
 $define|true|[yY]*)
        # any openbsd version dependencies with pthreads?
+       ccflags="-pthread $ccflags"
+       ldflags="-pthread $ldflags"
        libswanted="$libswanted pthread"
+       # This is strange.
+       usevfork="$undef"
 esac
 EOCBU