[arch-commits] Commit in perl-app-cli/trunk (PKGBUILD)
    Evangelos Foutras 
    foutrelis at archlinux.org
       
    Thu Jun  1 09:47:02 UTC 2017
    
    
  
    Date: Thursday, June 1, 2017 @ 09:47:01
  Author: foutrelis
Revision: 232117
Fix build with Perl 5.26
Modified:
  perl-app-cli/trunk/PKGBUILD
----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 09:45:48 UTC (rev 232116)
+++ PKGBUILD	2017-06-01 09:47:01 UTC (rev 232117)
@@ -15,6 +15,7 @@
 
 build() {
   cd "$srcdir"/App-CLI-$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