diff options
author | 2004-06-07 19:49:10 +0000 | |
---|---|---|
committer | 2004-06-07 19:49:10 +0000 | |
commit | f495caeb6810bb63026c53a96391f37eeabaf3ff (patch) | |
tree | 307e086513fbf9efdd129a9d41b91c4e7c6a31c0 | |
parent | Allow -a to specify an alternative auth method, even if secure mode (diff) | |
download | wireguard-openbsd-f495caeb6810bb63026c53a96391f37eeabaf3ff.tar.xz wireguard-openbsd-f495caeb6810bb63026c53a96391f37eeabaf3ff.zip |
enable dynamic perl; millert ok
MAKE SURE TO REBUILD LD.SO FIRST
-rw-r--r-- | gnu/usr.bin/perl/hints/openbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh index 4c59b235241..2318c3e63f6 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -35,7 +35,7 @@ esac # ARCH=`arch | sed 's/^OpenBSD.//'` case "${ARCH}-${osvers}" in -alpha-2.[0-8]|mips-2.[0-8]|powerpc-2.[0-7]|m88k-*|hppa-*|vax-*) +alpha-2.[0-8]|mips-2.[0-8]|powerpc-2.[0-7]|m88k-*|hppa-3.[0-4]|vax-*) test -z "$usedl" && usedl=$undef ;; *) |