diff options
author | 2016-09-01 11:49:58 +0000 | |
---|---|---|
committer | 2016-09-01 11:49:58 +0000 | |
commit | a4ea8d7d4c60cf07dde7eac3a66dac6d649d75ff (patch) | |
tree | 2b45862040fbce0603870ac4a17d1890dbd65095 | |
parent | Now the cached route flag appears in "route show". Adapt test. (diff) | |
download | wireguard-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.sh | 3 |
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 |