From 82de8d288c5ab65f843e68f5cd63eda7a6397909 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 19 Oct 2018 17:10:21 +0100 Subject: [PATCH] Add --enable-yajl when configuring cgimap --- cookbooks/dev/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2