Commit 5b9080be84a3d2af2ac310c0319b11dea07a9396
1 parent
253c50cd
Exists in
master
and in
2 other branches
Set compiler flags when installing rugged
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
config/software/rugged.rb
@@ -24,5 +24,6 @@ dependency "rubygems" | @@ -24,5 +24,6 @@ dependency "rubygems" | ||
24 | dependency "libgit2" | 24 | dependency "libgit2" |
25 | 25 | ||
26 | build do | 26 | build do |
27 | - gem "install rugged --install-dir=#{install_dir}/embedded/service/gem/ruby/2.1.0 --no-rdoc --no-ri -v #{version} -- --use-system-libraries" | 27 | + env = with_standard_compiler_flags(with_embedded_path) |
28 | + gem "install rugged --install-dir=#{install_dir}/embedded/service/gem/ruby/2.1.0 --no-rdoc --no-ri -v #{version} -- --use-system-libraries", env: env | ||
28 | end | 29 | end |