summaryrefslogtreecommitdiff
path: root/packages/ruby/ruby-1.8.5/extmk_run.patch
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-01-15 15:51:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-01-15 15:51:06 +0000
commite620a93810f7a2b4be0ea3b87a9fe0d82ca045fe (patch)
tree2c8d0e68e02ab2c487f7c4c3ba1378bc8b49314d /packages/ruby/ruby-1.8.5/extmk_run.patch
parent46d8ea463e08dfeed19f68984e45c8b8426e5894 (diff)
parentda9c892043b06960916b10ad03d8ecdfafb7f4fe (diff)
merge of '851fb3bc90f76a09f544dfc656dab7639a1c44d8'
and 'bf66fd0535a23dbb3816e8282f71b114360bca19'
Diffstat (limited to 'packages/ruby/ruby-1.8.5/extmk_run.patch')
-rw-r--r--packages/ruby/ruby-1.8.5/extmk_run.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/ruby/ruby-1.8.5/extmk_run.patch b/packages/ruby/ruby-1.8.5/extmk_run.patch
new file mode 100644
index 0000000000..57926f51b0
--- /dev/null
+++ b/packages/ruby/ruby-1.8.5/extmk_run.patch
@@ -0,0 +1,15 @@
+============================================================
+--- packages/ruby/ruby-1.8.5/extmk_run.patch d9738b5a71e2f9a98d009af9fd0ef1ceaff9ef48
++++ packages/ruby/ruby-1.8.5/extmk_run.patch d9738b5a71e2f9a98d009af9fd0ef1ceaff9ef48
+@@ -0,0 +1,11 @@
++--- ruby-1.8.5/common.mk.orig 2006-12-30 13:07:32.000000000 +1100
+++++ ruby-1.8.5/common.mk 2006-12-30 13:08:32.000000000 +1100
++@@ -56,7 +56,7 @@
++ --make="$(MAKE)" \
++ --mflags="$(MFLAGS)" \
++ --make-flags="$(MAKEFLAGS)"
++-EXTMK_ARGS = $(SCRIPT_ARGS) --extout="$(EXTOUT)" --extension $(EXTS) --extstatic $(EXTSTATIC) --
+++EXTMK_ARGS = $(SCRIPT_ARGS) --with-ldflags="%%TARGET_LDFLAGS%%" --with-cflags="%%TARGET_CFLAGS%%" --extout="$(EXTOUT)" --extension $(EXTS) --extstatic $(EXTSTATIC) --
++
++ all: $(MKFILES) $(PREP) $(RBCONFIG) $(LIBRUBY)
++ @$(MINIRUBY) $(srcdir)/ext/extmk.rb $(EXTMK_ARGS)