diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-04 16:32:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-04 16:32:18 +0000 |
commit | fbd95665fe6b6a3af792b07d7f6e93c5cab426da (patch) | |
tree | 3a968be00e3553441ee6c5aaf40a37a1c9bc4cd7 | |
parent | 464af75656a470540e07c952d2dbad60b811e2ca (diff) |
alpha has shared libs; pointed out by brad@
-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 143f3221096..bc6471c54d1 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -27,7 +27,7 @@ d_setruid=$undef # Not all platforms support dynamic loading... # case "`arch -s`-${osvers}" in -alpha-*|mips-*|vax-*|powerpc-2.[0-7]|m88k-*) +alpha-2.[0-8]|mips-*|vax-*|powerpc-2.[0-7]|m88k-*) usedl=$undef ;; *) |