From 0f5529d3a61bef555a980a51d09da2264cdc0324 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 18 May 2020 18:16:58 +0000 Subject: [PATCH] Install g++ for building planet-dump-ng --- cookbooks/planet/recipes/dump.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 94fd04e93..327ddc38f 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -29,6 +29,7 @@ include_recipe "incron" package %w[ gcc + g++ make autoconf automake -- 2.43.2