Homebrew / homebrew-portable-ruby

🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem.
BSD 2-Clause "Simplified" License
133 stars 43 forks source link

portable-formula: use -fPIC by default #138

Closed Bo98 closed 3 years ago

Bo98 commented 3 years ago

Newer GCCs do this by default, so let's do it explicitly for older ones.

Fixes https://github.com/Homebrew/homebrew-portable-ruby/issues/118 hopefully. Need to test it out in the special old-Debian Docker container first.