summaryrefslogtreecommitdiff
path: root/data/ruby/strip.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2010-08-08 05:27:22 +0000
committerJay Freeman <saurik@saurik.com>2010-08-08 05:27:22 +0000
commit6d0edd6de767800b01ab1be97617ffeacd558d2b (patch)
treeabf279a70921f381b4aa1b3b8e77625a1d145322 /data/ruby/strip.diff
parent0569a17e5feef654b7769929510a379309634267 (diff)
Upgraded to ruby 1.9.2 (wycats).
git-svn-id: http://svn.telesphoreo.org/trunk@725 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/ruby/strip.diff')
-rw-r--r--data/ruby/strip.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/ruby/strip.diff b/data/ruby/strip.diff
new file mode 100644
index 000000000..6ba8d49d8
--- /dev/null
+++ b/data/ruby/strip.diff
@@ -0,0 +1,15 @@
+diff -ru ruby-1.9.2-rc2/configure.in ruby-1.9.2-rc2+iPhone/configure.in
+--- ruby-1.9.2-rc2/configure.in 2010-07-10 04:06:05.000000000 +0000
++++ ruby-1.9.2-rc2+iPhone/configure.in 2010-08-07 23:48:29.000000000 +0000
+@@ -1967,9 +1967,9 @@
+
+ AS_CASE(["$target_os"],
+ [linux* | gnu* | k*bsd*-gnu | kopensolaris*-gnu], [
+- STRIP='strip -S -x'],
++ STRIP=${STRIP}' -S -x'],
+ [nextstep* | openstep* | rhapsody* | darwin*], [
+- STRIP='strip -A -n'])
++ STRIP=${STRIP}' -A -n'])
+
+ AC_ARG_WITH(ext,
+ AC_HELP_STRING([--with-ext=EXTS],