[arch-commits] Commit in perl-anyevent-i3/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 18:03:09 UTC 2017


    Date: Thursday, June 1, 2017 @ 18:03:08
  Author: bluewind
Revision: 232476

fix build with perl 5.26

Modified:
  perl-anyevent-i3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 18:01:52 UTC (rev 232475)
+++ PKGBUILD	2017-06-01 18:03:08 UTC (rev 232476)
@@ -15,7 +15,7 @@
 
 build() {
   cd AnyEvent-I3-${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