Message-ID: <Pine.SOL.4.10.
10110181232060.15040-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@12498
# any openbsd version dependencies with pthreads?
ccflags="-pthread $ccflags"
ldflags="-pthread $ldflags"
+ # Add -lpthread. Also change from -lc to -lc_r
libswanted="$libswanted pthread"
+ libswanted=`echo " $libswanted "| sed -e 's/ c / c_r /' -e 's/^ //' -e 's/ $//'`
# This is strange.
usevfork="$undef"
esac