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

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 09:52:00 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:51:59
  Author: foutrelis
Revision: 297183

Fix build with Perl 5.26

Modified:
  perl-libintl-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 09:50:06 UTC (rev 297182)
+++ PKGBUILD	2017-06-01 09:51:59 UTC (rev 297183)
@@ -28,6 +28,7 @@
 
 package() {
   cd libintl-perl-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
   make install DESTDIR="$pkgdir"
 # template start; name=perl-binary-module-dependency; version=1;
 if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then



More information about the arch-commits mailing list