Change 12498 by jhi@alpha on 2001/10/19 00:14:50

        Subject: [PATCH] OpenBSD hints for ithreads
        From: Andy Dougherty <[EMAIL PROTECTED]>
        Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
        Message-ID: 
<[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/hints/openbsd.sh#12 edit

Differences ...

==== //depot/perl/hints/openbsd.sh#12 (text) ====
Index: perl/hints/openbsd.sh
--- perl/hints/openbsd.sh.~1~   Thu Oct 18 18:30:05 2001
+++ perl/hints/openbsd.sh       Thu Oct 18 18:30:05 2001
@@ -88,7 +88,9 @@
        # 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
End of Patch.

Reply via email to