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

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 09:47:24 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:47:23
  Author: foutrelis
Revision: 232118

Fix build with Perl 5.26

Modified:
  perl-authen-sasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 09:47:01 UTC (rev 232117)
+++ PKGBUILD	2017-06-01 09:47:23 UTC (rev 232118)
@@ -14,6 +14,7 @@
 
 build() {
   cd "$srcdir"/Authen-SASL-$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