From 5d22b0e053c0ea50cbf9106970e633a96a7c8114 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 23 Mar 2022 14:34:24 +0100 Subject: perl: bump to 5.34.1 --- extra/perl/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extra/perl/build') diff --git a/extra/perl/build b/extra/perl/build index 75b09a56..09750fc4 100755 --- a/extra/perl/build +++ b/extra/perl/build @@ -24,7 +24,7 @@ export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE" -Dar="${AR:-ar}" \ -Dnm="${NM:-nm}" \ -Dranlib="${RANLIB:-ranlib}" \ - -Dperl_static_inline="static __inline__" \ + -Dperl_static_inline="static __inline__" \ -Dd_static_inline make @@ -42,3 +42,7 @@ find "$1" \( \ # Fix permissions. find "$1/usr/lib" -type f -exec chmod 644 {} \; + +# This is the first time ever that I'm removing the manual pages from a package, +# but perl install hundreds of manual pages and they are over 20MBs total. +rm -rf "$1/usr/share/man" -- cgit v1.2.3