summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/hints
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-08-20 09:54:45 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-08-20 09:54:45 +0000
commitf9ed6e1752d66bece71400f3927feb706affb437 (patch)
tree21fc20c679ed244cab5dc9e374d182f849c9b21b /gnu/usr.bin/perl/hints
parent89bd9a00b9f83629e26cc5d8dbee7cefff5b26ec (diff)
comment out shared libperl support for the time being
Diffstat (limited to 'gnu/usr.bin/perl/hints')
-rw-r--r--gnu/usr.bin/perl/hints/openbsd.sh8
1 files 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