diff options
Diffstat (limited to 'data/ruby/strip.diff')
-rw-r--r-- | data/ruby/strip.diff | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/data/ruby/strip.diff b/data/ruby/strip.diff deleted file mode 100644 index 6ba8d49d8..000000000 --- a/data/ruby/strip.diff +++ /dev/null @@ -1,15 +0,0 @@ -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], |