summaryrefslogtreecommitdiffstats
path: root/source/d/perl/perl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/perl/perl.SlackBuild')
-rwxr-xr-xsource/d/perl/perl.SlackBuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild
index 3d263b28e..b37bf37c6 100755
--- a/source/d/perl/perl.SlackBuild
+++ b/source/d/perl/perl.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=perl
VERSION=5.36.0
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -68,7 +68,7 @@ GETTEXT=1.07
# https://metacpan.org/release/TermReadKey
TERMREADKEY=2.38
# https://metacpan.org/release/URI
-URI=5.10
+URI=5.12
# https://metacpan.org/release/XML-Parser
XMLPARSER=2.46
# https://metacpan.org/release/XML-Simple
@@ -494,6 +494,12 @@ make install DESTDIR=$PKG || exit 1
ln -sf perl$VERSION perl
)
+# Add a symlink to libperl.so, since otherwise we occasionally run into
+# binaries that can't find it since it's not in the LD_LIBRARY_PATH:
+( cd $PKG/usr/lib${LIBDIRSUFFIX}
+ ln -sf perl*/CORE/libperl.so .
+)
+
# Install documentation
mkdir -p $PKG/usr/doc/perl-$VERSION
cp -a \