X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fopenbsd.sh;h=a7d8bf2950afa16eb6742f76fc0a398fe1115145;hb=8e0cb907c457a6fc499eff7d36eb9f043a570fc1;hp=7e68402088bf575b4b68cac518bf203d1ab3fe05;hpb=48827ca2e33be6faf2dc0c4dbb4582d0cc02ca4e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/openbsd.sh b/hints/openbsd.sh index 7e68402..a7d8bf2 100644 --- a/hints/openbsd.sh +++ b/hints/openbsd.sh @@ -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