]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/recipes/default.rb
Add --enable-yajl when configuring cgimap
[chef.git] / cookbooks / dev / recipes / default.rb
index 5a2e7f86dedb6325231427edbdb89ec773680e1d..a7cbc5f51a2f7da6d146a6076b370c5e0e04d02e 100644 (file)
@@ -302,7 +302,7 @@ if node[:postgresql][:clusters][:"9.5/main"]
 
         execute "#{cgimap_directory}/configure" do
           action :nothing
-          command "./configure --with-fcgi=/usr --with-boost-libdir=/usr/lib/x86_64-linux-gnu"
+          command "./configure --with-fcgi=/usr --with-boost-libdir=/usr/lib/x86_64-linux-gnu --enable-yajl"
           cwd cgimap_directory
           user "apis"
           group "apis"