[arch-commits] Commit in perl-module-manifest/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 18:34:58 UTC 2017


    Date: Thursday, June 1, 2017 @ 18:34:57
  Author: bluewind
Revision: 232538

fix build with perl 5.26

Modified:
  perl-module-manifest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 18:34:25 UTC (rev 232537)
+++ PKGBUILD	2017-06-01 18:34:57 UTC (rev 232538)
@@ -18,7 +18,7 @@
 build() {
   cd "${srcdir}"/Module-Manifest-$pkgver
 
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL installdirs=vendor
+  PERL_USE_UNSAFE_INC=1 PERL_MM_USE_DEFAULT=1 perl Makefile.PL installdirs=vendor
   make
 }
 



More information about the arch-commits mailing list