]> git.openstreetmap.org Git - chef.git/commitdiff
Add --enable-yajl when configuring cgimap
authorTom Hughes <tom@compton.nu>
Fri, 19 Oct 2018 16:10:21 +0000 (17:10 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 19 Oct 2018 16:10:21 +0000 (17:10 +0100)
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"