Skip to content

Commit

Permalink
(maint) Copy libffi on Solaris 10 x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNagy committed Apr 3, 2020
1 parent 059f2b6 commit 006523a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/components/rubygem-ffi.rb
Expand Up @@ -41,6 +41,8 @@
pkg.install_file "#{settings[:tools_root]}/#{settings[:platform_triple]}/sysroot/usr/lib/libffi.so.5.0.10", "#{settings[:libdir]}/libffi.so"
elsif platform.name =~ /solaris-11-i386/
pkg.install_file "/usr/lib/libffi.so.5.0.10", "#{settings[:libdir]}/libffi.so"
elsif platform.name =~ /solaris-10-i386/
pkg.install_file "/opt/csw/lib/libffi.so.6", "#{settings[:libdir]}/libffi.so.6"
end

if platform.name =~ /el-5-x86_64/
Expand Down

0 comments on commit 006523a

Please sign in to comment.