[arch-commits] Commit in perl-file-nfslock/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 09:49:45 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:49:44
  Author: foutrelis
Revision: 232123

Fix build with Perl 5.26

Modified:
  perl-file-nfslock/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 09:48:03 UTC (rev 232122)
+++ PKGBUILD	2017-06-01 09:49:44 UTC (rev 232123)
@@ -17,6 +17,7 @@
 build() {
   cd  "$srcdir/File-NFSLock-$pkgver"
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
+  PERL_USE_UNSAFE_INC=1 \
   make || return 1
 }
 



More information about the arch-commits mailing list