From f9ed6e1752d66bece71400f3927feb706affb437 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 20 Aug 1999 09:54:45 +0000 Subject: comment out shared libperl support for the time being --- gnu/usr.bin/perl/hints/openbsd.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh index 34c4c142006..6b3d31e87bb 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -77,10 +77,10 @@ case "$openbsd_distribution" in locincpth='' loclibpth='' # Link perl with shared libperl - if [ "$usedl" = "$define" -a -r shlib_version ]; then - useshrplib=true - libperl=`. ./shlib_version; echo libperl.so.${major}.${minor}` - fi + #if [ "$usedl" = "$define" -a -r shlib_version ]; then + # useshrplib=true + # libperl=`. ./shlib_version; echo libperl.so.${major}.${minor}` + #fi ;; esac -- cgit v1.2.3