diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-01-10 10:03:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-01-10 10:03:35 +0000 |
commit | a559adb2fe3f9d1afc3efeaa9cb261dcc58222b7 (patch) | |
tree | 9ec9d11b63143a3d064c3faefdfdf80f2fae4fa8 /package/tar/tar-remote-shell.patch | |
parent | c456f3dd2375812d197c65d77036d605e418305c (diff) | |
download | buildroot-novena-a559adb2fe3f9d1afc3efeaa9cb261dcc58222b7.tar.gz buildroot-novena-a559adb2fe3f9d1afc3efeaa9cb261dcc58222b7.zip |
These patches do not appear to be needed (and break the build)
with the new tar version.
Diffstat (limited to 'package/tar/tar-remote-shell.patch')
-rw-r--r-- | package/tar/tar-remote-shell.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/tar/tar-remote-shell.patch b/package/tar/tar-remote-shell.patch deleted file mode 100644 index 962da2e10..000000000 --- a/package/tar/tar-remote-shell.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- tar.broke/src/tar.c.orig 2004-10-10 21:39:07.872276960 -0400 -+++ tar/src/tar.c 2004-10-10 21:39:52.512490616 -0400 -@@ -544,10 +544,18 @@ - show_default_settings (FILE *stream) - { - fprintf (stream, -- "--format=%s -f%s -b%d --rmt-command=%s --rsh-command=%s\n", -+ "--format=%s -f%s -b%d --rmt-command=%s" -+#ifdef REMOTE_SHELL -+" --rsh-command=%s" -+#endif -+ "\n", - archive_format_string (DEFAULT_ARCHIVE_FORMAT), - DEFAULT_ARCHIVE, DEFAULT_BLOCKING, -- DEFAULT_RMT_COMMAND, REMOTE_SHELL); -+ DEFAULT_RMT_COMMAND -+#ifdef REMOTE_SHELL -+ ,REMOTE_SHELL -+#endif -+ ); - } - - static void |