diff options
author | 2000-12-05 16:41:09 +0000 | |
---|---|---|
committer | 2000-12-05 16:41:09 +0000 | |
commit | fec7e41f7eb0c49555c0fa6f664a47edbbc38661 (patch) | |
tree | f19d3d454b6c909bdc07a42f9ca46497f5960a86 | |
parent | Correct path of sysctl variable, reported by willey@serasystems.com (diff) | |
download | wireguard-openbsd-fec7e41f7eb0c49555c0fa6f664a47edbbc38661.tar.xz wireguard-openbsd-fec7e41f7eb0c49555c0fa6f664a47edbbc38661.zip |
powerpc has shared libs for OpenBSD >= 2.8
-rw-r--r-- | gnu/usr.bin/perl/hints/openbsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh index a052cbba57b..338a256d35d 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -26,8 +26,8 @@ d_setruid=$undef # # Not all platforms support dynamic loading... # -case `arch -s` in -alpha|mips|powerpc|vax) +case "`arch -s`-${osvers}" in +alpha-*|mips-*|vax-*|powerpc-2.[0-7]) usedl=$undef ;; *) |