summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-01-20 00:07:32 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-01-20 00:07:32 +0000
commit5681661de7f2eaf7d36948b64c1734dfba5eae57 (patch)
tree0e405001cb824333bac1724704cc781ef93fe819 /gnu/usr.bin/perl
parent44d77ad874def9e5328e53a116113175fb4bd475 (diff)
No more libc_r and don't link explicitly with -lpthread Not having
-lpthread may confuse perl's Configure since it wants to nm libs to see what is in them butu I haven't noticed any problems with this (yet).
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r--gnu/usr.bin/perl/hints/openbsd.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh
index 66f9875a6c8..ac2a49f384d 100644
--- a/gnu/usr.bin/perl/hints/openbsd.sh
+++ b/gnu/usr.bin/perl/hints/openbsd.sh
@@ -101,9 +101,6 @@ $define|true|[yY]*)
# 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