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

Antonio Rojas arojas at archlinux.org
Sat Jul 27 12:27:28 UTC 2019


    Date: Saturday, July 27, 2019 @ 12:27:27
  Author: arojas
Revision: 493258

Fix build with scons 3.1

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-27 12:27:22 UTC (rev 493257)
+++ PKGBUILD	2019-07-27 12:27:27 UTC (rev 493258)
@@ -39,7 +39,7 @@
   CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
 
   PYTHON=python2
-  scons configure \
+  scons configure  FAST=True \
     PREFIX="/usr" \
     INPUT_PLUGINS=all \
     XMLPARSER=libxml2 \



More information about the arch-commits mailing list