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

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 2 04:38:29 UTC 2017


    Date: Friday, June 2, 2017 @ 04:38:28
  Author: foutrelis
Revision: 297366

Fix build with Perl 5.26

Modified:
  gtk2-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-02 04:32:26 UTC (rev 297365)
+++ PKGBUILD	2017-06-02 04:38:28 UTC (rev 297366)
@@ -24,6 +24,7 @@
 
 build() {
   cd Gtk2-$pkgver
+  export PERL_USE_UNSAFE_INC=1
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }



More information about the arch-commits mailing list