summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Andrew Clemons2021-08-28 05:39:30 +0200
committer Willy Sudiarto Raharjo2021-08-30 01:55:59 +0200
commit14de9d593c0758a216b5d33f9fe4e803b63dbb83 (patch)
tree93412eac267834909fb7a06c1e8f060870e1b1fc /perl
parent8e4eec5f95185ecb29e207aaef7038c008ef28ae (diff)
downloadslackbuilds-14de9d593c0758a216b5d33f9fe4e803b63dbb83.tar.gz
perl/perl-audio-sndfile: Fix build with Perl 5.34.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild b/perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild
index ab76057bea..843ab9a7e9 100644
--- a/perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild
+++ b/perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild
@@ -62,6 +62,7 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
+PERL_USE_UNSAFE_INC=1 \
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \