From: Sarah Hoffmann Date: Mon, 26 Jan 2015 13:07:19 +0000 (+0100) Subject: nominatim: add boost dependencies for osm2pgsql C++ X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/02d4050f28544a0788fe6c61ae27e63f3c785233 nominatim: add boost dependencies for osm2pgsql C++ --- diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index ebcc5d783..bb5ff5c94 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -130,6 +130,10 @@ package "libproj-dev" package "libprotobuf-c0-dev" package "protobuf-c-compiler" package "python-psycopg2" +package "libboost-dev" +package "libboost-system-dev" +package "libboost-filesystem-dev" +package "libboost-thread-dev" execute "php-pear-db" do command "pear install DB"