Add initial meta-stx to support StarlingX build
[pti/rtp.git] / meta-stx / recipes-devtools / ruby / ruby / extmk.patch
1 diff --git a/ext/extmk.rb b/ext/extmk.rb
2 index 597fc78..8fad2cc 100755
3 --- a/ext/extmk.rb
4 +++ b/ext/extmk.rb
5 @@ -409,7 +409,6 @@ else
6  end
7  $ruby << " -I'$(topdir)'"
8  unless CROSS_COMPILING
9 -  $ruby << " -I'$(top_srcdir)/lib'"
10    $ruby << " -I'$(extout)/$(arch)' -I'$(extout)/common'" if $extout
11    ENV["RUBYLIB"] = "-"
12  end