[arch-commits] Commit in perl-data-random/trunk (PKGBUILD)

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


    Date: Thursday, June 1, 2017 @ 18:34:25
  Author: bluewind
Revision: 232537

fix build with perl 5.26

Modified:
  perl-data-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 18:20:48 UTC (rev 232536)
+++ PKGBUILD	2017-06-01 18:34:25 UTC (rev 232537)
@@ -17,7 +17,7 @@
 
 build() {
   cd "$srcdir/Data-Random-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
+  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 



More information about the arch-commits mailing list