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

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 19:21:10 UTC 2017


    Date: Thursday, June 1, 2017 @ 19:21:09
  Author: foutrelis
Revision: 232589

Fix build with Perl 5.26

Modified:
  perl-ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 19:14:08 UTC (rev 232588)
+++ PKGBUILD	2017-06-01 19:21:09 UTC (rev 232589)
@@ -15,6 +15,7 @@
 
 build() {
   cd  "$srcdir"/perl-ldap-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }



More information about the arch-commits mailing list