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

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 2 04:58:02 UTC 2017


    Date: Friday, June 2, 2017 @ 04:58:02
  Author: foutrelis
Revision: 297389

Fix build with Perl 5.26

Modified:
  munin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-02 04:56:01 UTC (rev 297388)
+++ PKGBUILD	2017-06-02 04:58:02 UTC (rev 297389)
@@ -33,6 +33,7 @@
 
 	cp ../Makefile.config .
 	# multithreading wrecks havoc on the build, should probably report this
+	PERL_USE_UNSAFE_INC=1 \
 	make -j1 PREFIX=''
 	make -j1 PREFIX='' common/blib/lib/Munin/Common/Defaults.pm
 }



More information about the arch-commits mailing list