From: Tom Hughes Date: Fri, 19 Oct 2018 16:10:21 +0000 (+0100) Subject: Add --enable-yajl when configuring cgimap X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/82de8d288c5ab65f843e68f5cd63eda7a6397909?ds=sidebyside Add --enable-yajl when configuring cgimap --- diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 5a2e7f86d..a7cbc5f51 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -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"