[oe-commits] org.oe.dev ruby: added forgotten patches

hrw commit openembedded-commits at lists.openembedded.org
Fri Jan 12 16:51:27 UTC 2007


ruby: added forgotten patches

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 454327ea0c22b470c4cee1218d4034e9be05e058
ViewMTN: http://monotone.openembedded.org/revision.psp?id=454327ea0c22b470c4cee1218d4034e9be05e058
Files:
1
packages/ruby/ruby-1.8.5
packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch
packages/ruby/ruby-1.8.5/extmk_run.patch
Diffs:

#
# mt diff -rc5b8908a141df7c00744289e40193d864352eb50 -r454327ea0c22b470c4cee1218d4034e9be05e058
#
# 
# 
# add_dir "packages/ruby/ruby-1.8.5"
# 
# add_file "packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch"
#  content [1dae6aae908453f4d686554541d197a413472a25]
# 
# add_file "packages/ruby/ruby-1.8.5/extmk_run.patch"
#  content [81d8da7ea1070efdc441eb9f52c2581ed0bfdef6]
# 
============================================================
--- packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch	1dae6aae908453f4d686554541d197a413472a25
+++ packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch	1dae6aae908453f4d686554541d197a413472a25
@@ -0,0 +1,16 @@
+--- packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch	f667776fd8760b7048cc9617930112347b0ef2c0
++++ packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch	f667776fd8760b7048cc9617930112347b0ef2c0
+@@ -0,0 +1,13 @@
++--- ruby-1.8.5/ext/socket/extconf.rb.orig	2006-12-30 15:12:31.000000000 +1100
+++++ ruby-1.8.5/ext/socket/extconf.rb	2006-12-30 15:16:24.000000000 +1100
++@@ -216,6 +216,10 @@
++ }
++ EOF
++ end
+++# Ignore the actual result of the above test and assume that
+++# everything is OK.
+++getaddr_info_ok = true
+++
++ if ipv6 and not getaddr_info_ok
++   abort <<EOS
++ 
============================================================
--- packages/ruby/ruby-1.8.5/extmk_run.patch	81d8da7ea1070efdc441eb9f52c2581ed0bfdef6
+++ packages/ruby/ruby-1.8.5/extmk_run.patch	81d8da7ea1070efdc441eb9f52c2581ed0bfdef6
@@ -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)






More information about the Openembedded-commits mailing list