mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
ruby: remove obsolete extmk_run.patch
This patch does nothing except causing failures from the second build in the same working directory. Signed-off-by: Michaël Burtin <mburtin@connected-labs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
0ffd1ba9ab
commit
f3b2dbf15d
@@ -1,15 +0,0 @@
|
||||
============================================================
|
||||
--- 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)
|
||||
Reference in New Issue
Block a user