[arch-commits] Commit in perl-http-server-simple/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 11:27:49 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:27:49
  Author: foutrelis
Revision: 232192

Fix build with Perl 5.26

Modified:
  perl-http-server-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 11:27:00 UTC (rev 232191)
+++ PKGBUILD	2017-06-01 11:27:49 UTC (rev 232192)
@@ -16,6 +16,7 @@
 
 build() {
   cd  "$srcdir"/HTTP-Server-Simple-$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