X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cd507bd2203f95ea8af4faf6c3128bd6df2b4666..a7fa5f5cf9d26bfa35f793d16abe0d24e02bf116:/cookbooks/planet/recipes/dump.rb?ds=sidebyside diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 02f3ae350..bc0214da5 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -39,8 +39,6 @@ package "libboost-filesystem-dev" package "libboost-thread-dev" package "libboost-iostreams-dev" package "libosmpbf-dev" -package "libleveldb-dev" -package "libsnappy-dev" package "libprotobuf-dev" package "osmpbf-bin" @@ -69,7 +67,7 @@ end execute "/opt/planet-dump-ng/configure" do action :nothing - command "./configure --with-leveldb=/usr" + command "./configure" cwd "/opt/planet-dump-ng" user "root" group "root"