From 89bd9a00b9f83629e26cc5d8dbee7cefff5b26ec Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 20 Aug 1999 09:51:11 +0000 Subject: Link perl binary with shared libperl --- gnu/usr.bin/perl/hints/openbsd.sh | 5 +++++ 1 file changed, 5 insertions(+) (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 5d8ed721570..34c4c142006 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -76,6 +76,11 @@ case "$openbsd_distribution" in libpth='/usr/lib' 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 ;; esac -- cgit v1.2.3