Commit Graph

6 Commits

Author SHA1 Message Date
Chris Roberts
c0ac90b86c Fix ruby on gcc4 and enabled building of shared libruby
* Switch to gcc for linking modules in order to handle the rpath
   flags
 * Enable -export-dynamic flag so we can lookup symbols properly
 * Add soname flags so that haikuporter doesn't freak out when
   trying to package the devel libs
2013-11-11 23:41:49 -07:00
Chris Roberts
a8998d1f71 (Mostly) Fixed ruby recipe
Base package works fine but we need to look into adding vendor dir
support and changing the gem install/lookup locations
(similar to how python/perl were changed)

Also, need to figure out how to get the shared library flags right.
gcc2 doesn't like the flags it uses for rpath and disabling rpath
causes a failure at install time because the modules can't find
libruby.so.  This isn't critical though, the pre-PM packages weren't
built with a shared library either.
2013-10-30 02:41:30 -06:00
Chris Roberts
dcdeed9daf Backport some more fixes for ssl support in ruby-1.9.1 2010-05-20 19:29:14 +00:00
Chris Roberts
7c5e7d7965 Update the ruby-1.9.1 patch to remove libbe from the default link libraries 2010-05-18 06:18:03 +00:00
Chris Roberts
d59c009c4e Update the ruby patch with a backported fix for compiling against openssl-1.0
Changed the status to stable and added dev-lang/ruby as a dependency since it needs an existing ruby to bootstrap.
Renamed the OPD file just to make it consistent with others.
2010-04-19 05:22:35 +00:00
Chris Roberts
146e0651e9 Adding a small patch for ruby-1.9.1-p243 so that it can be reviewed.
Fails 3 of the 886 tests.  One of them causes Haiku to crash badly!
2009-10-28 05:00:48 +00:00