[arch-commits] Commit in perl-io-digest/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Jun 1 12:14:30 UTC 2017
Date: Thursday, June 1, 2017 @ 12:14:29
Author: foutrelis
Revision: 232244
Fix build with Perl 5.26
Modified:
perl-io-digest/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-01 12:13:28 UTC (rev 232243)
+++ PKGBUILD 2017-06-01 12:14:29 UTC (rev 232244)
@@ -15,6 +15,7 @@
build() {
cd "$srcdir"/IO-Digest-$pkgver
+ PERL_USE_UNSAFE_INC=1 \
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
More information about the arch-commits
mailing list