From 02d4050f28544a0788fe6c61ae27e63f3c785233 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 26 Jan 2015 14:07:19 +0100 Subject: [PATCH 1/1] nominatim: add boost dependencies for osm2pgsql C++ --- cookbooks/nominatim/recipes/default.rb | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.43.2