projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a22511f
)
Add --enable-yajl when configuring cgimap
author
Tom Hughes
<tom@compton.nu>
Fri, 19 Oct 2018 16:10:21 +0000
(17:10 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 19 Oct 2018 16:10:21 +0000
(17:10 +0100)
cookbooks/dev/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/dev/recipes/default.rb
b/cookbooks/dev/recipes/default.rb
index 5a2e7f86dedb6325231427edbdb89ec773680e1d..a7cbc5f51a2f7da6d146a6076b370c5e0e04d02e 100644
(file)
--- 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"