X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/261e7e9cd1a9882faa4ed7087b5902ebafe25988..c7535f4ff41a489ff27b56e08abd620dfda0eb0e:/cookbooks/web/recipes/cgimap.rb diff --git a/cookbooks/web/recipes/cgimap.rb b/cookbooks/web/recipes/cgimap.rb index ac8acff60..4a8ab12c1 100644 --- a/cookbooks/web/recipes/cgimap.rb +++ b/cookbooks/web/recipes/cgimap.rb @@ -30,6 +30,7 @@ package "libfcgi-dev" package "libxml2-dev" package "libmemcached-dev" package "libboost-regex-dev" +package "libboost-system-dev" package "libboost-program-options-dev" package "libboost-date-time-dev" package "libpqxx3-dev" @@ -49,7 +50,7 @@ end execute "cgimap-configure" do action :nothing - command "./configure --with-fcgi=/usr --with-boost-libdir=/usr/lib" + command "./configure --with-fcgi=/usr --with-boost-libdir=/usr/lib/x86_64-linux-gnu" cwd cgimap_directory user "rails" group "rails"