[arch-commits] Commit in perl-test-leaktrace/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 09:36:02 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:36:02
  Author: foutrelis
Revision: 232103

Fix build with Perl 5.26

Modified:
  perl-test-leaktrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 09:35:09 UTC (rev 232102)
+++ PKGBUILD	2017-06-01 09:36:02 UTC (rev 232103)
@@ -21,6 +21,7 @@
       PERL_AUTOINSTALL=--skipdeps                            \
       PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
       PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+      PERL_USE_UNSAFE_INC=1 \
       MODULEBUILDRC=/dev/null
 
     cd "$srcdir/$_distdir"



More information about the arch-commits mailing list