diff options
-rw-r--r-- | gnu/usr.bin/perl/hints/openbsd.sh | 8 |
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 6b3d31e87bb..34c4c142006 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 |