From: Jarkko Hietaniemi Date: Wed, 22 Mar 2000 05:25:40 +0000 (+0000) Subject: OpenBSD pthreadness fixes from Tom Christiansen. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=34163b213ca9891366c868cfe99211a3447832a9;p=p5sagit%2Fp5-mst-13.2.git OpenBSD pthreadness fixes from Tom Christiansen. p4raw-id: //depot/cfgperl@5867 --- 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