From 1a683383ef004a25ce5a111ec9f4393545cbb46a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 5 Dec 2000 16:41:10 +0000 Subject: powerpc has shared libs for OpenBSD >= 2.8 --- gnu/usr.bin/perl/hints/openbsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/perl') 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 ;; *) -- cgit v1.2.3