Project

General

Profile

« Previous | Next » 

Revision 718fcb63

Added by specs-from-koji (Jenkins) about 10 years ago

Update ruby193-rubygem-passenger to 4.0.18-9.4.el6

- Keep passenger_native_support in native/ dir for RHSCL compatibility
- Fix extdir on Ruby 1.8 ()
- Replace native library loading patch, force rubygems to add 'exts' to load
- Fix ruby_libdir for Ruby 1.8 builds ()

View differences:

rpms/epel-6/ruby193-rubygem-passenger/rubygem-passenger-4.0.18_native_dir.patch
def load_from_load_path
- require 'passenger_native_support'
+ require "%%NATIVE_SUPPORT_DIR%%/native/#{library_name}"
+ require 'native/passenger_native_support'
return true
rescue LoadError
return false

Also available in: Unified diff