Actions
Bug #7736
closedproblem with generated rbconfig.rb for Haiku
Description
After compiling ruby 2.0.0 for Haiku, I couldn't install gems with native extensions, found something wrong with rbconfig.rb
CONFIG["RPATHFLAG"] = " -Wl,-R%1$-s"
changing that to:
CONFIG["RPATHFLAG"] = ""
made possible to rubygems create native extensions
Actions
Like0
Like0Like0