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>
This commit is contained in:
Andrew Clemons 2021-08-28 15:39:30 +12:00 committed by Willy Sudiarto Raharjo
parent 8e4eec5f95
commit 14de9d593c
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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 \