diff options
author | Sam Bingner <sam@bingner.com> | 2018-11-14 21:44:19 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-11-14 21:44:19 -1000 |
commit | eb85ac968649dbfa528424fcbbb73ea8258bed67 (patch) | |
tree | 8034899c9a508629314d1a31b9bbdf3185124678 /data/ruby/strip.diff | |
parent | 1c4910de8117eb56ff68d6faffef673d6b0b7f06 (diff) |
Update ruby to 2.5.3 and fix dpkg to be able to install it
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], |