]> git.openstreetmap.org Git - chef.git/commitdiff
Install gcc and make for building native gems
authorTom Hughes <tom@compton.nu>
Mon, 18 May 2020 19:33:57 +0000 (19:33 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 18 May 2020 19:42:35 +0000 (20:42 +0100)
cookbooks/foundation/recipes/owg.rb
cookbooks/serverinfo/recipes/default.rb
cookbooks/stateofthemap/recipes/default.rb
cookbooks/switch2osm/recipes/default.rb

index d65d75aadfd905e3d18092a68c396f7bb5646082..dc1f359eb749457fd30acb4332cf66a71be727a8 100644 (file)
@@ -21,9 +21,14 @@ include_recipe "apache"
 include_recipe "git"
 
 package %w[
+  gcc
+  g++
+  make
   ruby
   ruby-dev
+  libssl-dev
   zlib1g-dev
+  pkg-config
 ]
 
 gem_package "bundler" do
index 93de4bc2adc9bb2e01c240b361dd816712d4aef0..9a9e1b5a7c2d0d405675b0996e9b9c70bcc395af 100644 (file)
@@ -21,6 +21,9 @@ include_recipe "apache"
 include_recipe "git"
 
 package %w[
+  gcc
+  g++
+  make
   ruby
   ruby-dev
   libssl-dev
index 91ea25d89da380c973491b5ebd2ea47bedbf5a90..05239f2e33e4b3987d31de981c2fd826e4705923 100644 (file)
@@ -291,6 +291,9 @@ end
 end
 
 package %w[
+  gcc
+  g++
+  make
   ruby
   ruby-dev
   libssl-dev
index 5dad4d1fefb911a216bc75f971e28268281e6e79..6f3d03933e47376dfc56bf6a1162a87c9d25e813 100644 (file)
@@ -21,6 +21,9 @@ include_recipe "apache"
 include_recipe "git"
 
 package %w[
+  gcc
+  g++
+  make
   ruby
   ruby-dev
   libssl-dev