summaryrefslogtreecommitdiff
path: root/recipes/ruby/ruby_1.8.7-p248.bb
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-02-15 09:45:58 +0000
committerJesse Gilles <jgilles@multitech.com>2010-04-26 11:36:42 -0500
commitff687ac1add9ade01746103dc34f5b27197c04c2 (patch)
tree45939a942d77a2f45f384de7b752cc049e6febb8 /recipes/ruby/ruby_1.8.7-p248.bb
parent6bb1ee1afd4976f85f5ecab866855b7d13820570 (diff)
ruby_1.8.7-p248.bb: fix ext/dl compile
* Update ruby library path so extensions needing mkmf can build and find the right ruby headers. Fixes building of ext/dl. Signed-off-by: Jesse Gilles <jgilles@multitech.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/ruby/ruby_1.8.7-p248.bb')
-rw-r--r--recipes/ruby/ruby_1.8.7-p248.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb
index 8d953736fd..827327b3d8 100644
--- a/recipes/ruby/ruby_1.8.7-p248.bb
+++ b/recipes/ruby/ruby_1.8.7-p248.bb
@@ -2,6 +2,7 @@ require ruby.inc
DEPENDS = "ruby-native zlib openssl"
SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \
file://extmk_run.patch;patch=1 \
+ file://extmk.patch;patch=1 \
"
FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \
${libdir}/ruby/1.8/*/*/.debug"