diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-28 15:39:30 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-30 06:55:59 +0700 |
commit | 14de9d593c0758a216b5d33f9fe4e803b63dbb83 (patch) | |
tree | 93412eac267834909fb7a06c1e8f060870e1b1fc /perl/perl-audio-sndfile | |
parent | 8e4eec5f95185ecb29e207aaef7038c008ef28ae (diff) |
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/perl-audio-sndfile')
-rw-r--r-- | perl/perl-audio-sndfile/perl-audio-sndfile.SlackBuild | 1 |
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 ab76057bea25..843ab9a7e945 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 \ |