summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2016-09-01 11:49:58 +0000
committerafresh1 <afresh1@openbsd.org>2016-09-01 11:49:58 +0000
commita4ea8d7d4c60cf07dde7eac3a66dac6d649d75ff (patch)
tree2b45862040fbce0603870ac4a17d1890dbd65095
parentNow the cached route flag appears in "route show". Adapt test. (diff)
downloadwireguard-openbsd-a4ea8d7d4c60cf07dde7eac3a66dac6d649d75ff.tar.xz
wireguard-openbsd-a4ea8d7d4c60cf07dde7eac3a66dac6d649d75ff.zip
Really stop linking perl to pthread
ok guenther@
-rw-r--r--gnu/usr.bin/perl/hints/openbsd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh
index f24e7883b13..c36b9acadae 100644
--- a/gnu/usr.bin/perl/hints/openbsd.sh
+++ b/gnu/usr.bin/perl/hints/openbsd.sh
@@ -131,6 +131,9 @@ $define|true|[yY]*)
# Broken up to OpenBSD 3.6, fixed in OpenBSD 3.7
d_getservbyname_r=$undef ;;
esac
+ ;;
+*)
+ libswanted=`echo $libswanted | sed 's/ pthread / /'`
esac
EOCBU