blob: a5b2184af52c710715b252eea20a3b7903526852 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001Upstream-Status: Pending
Patrick Williamsc124f4f2015-09-15 14:41:29 -05002diff -ru ruby-1.8.7-p248.orig/ext/extmk.rb ruby-1.8.7-p248/ext/extmk.rb
3--- ruby-1.8.7-p248.orig/ext/extmk.rb 2009-12-24 03:01:58.000000000 -0600
4+++ ruby-1.8.7-p248/ext/extmk.rb 2010-02-12 15:55:27.370061558 -0600
5@@ -354,8 +354,8 @@
6 $ruby = '$(topdir)/miniruby' + EXEEXT
7 end
8 $ruby << " -I'$(topdir)'"
9+$ruby << " -I'$(top_srcdir)/lib'"
10 unless CROSS_COMPILING
11- $ruby << " -I'$(top_srcdir)/lib'"
12 $ruby << " -I'$(extout)/$(arch)' -I'$(extout)/common'" if $extout
13 $ruby << " -I./- -I'$(top_srcdir)/ext' -rpurelib.rb"
14 ENV["RUBYLIB"] = "-"