From c496a0595bbef7cd3ad796b59d12189defda79a1 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Fri, 19 Oct 2012 22:22:41 +0100 Subject: Update patches for 7.28.0, disable ntlm-wb for ppc-amigaos --- .../patches/libcurl/ppc-amigaos/src.tool_operate.c.p | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p (limited to 'sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p') diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p b/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p new file mode 100644 index 0000000..9fa620c --- /dev/null +++ b/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p @@ -0,0 +1,18 @@ +--- src/tool_operate.c.old 2012-10-19 21:42:57.000000000 +0100 ++++ src/tool_operate.c 2012-10-19 21:43:27.000000000 +0100 +@@ -1598,15 +1598,6 @@ + } + } + +-#ifdef __AMIGA__ +- if(!res && outs.s_isreg && outs.filename) { +- /* Set the url (up to 80 chars) as comment for the file */ +- if(strlen(url) > 78) +- url[79] = '\0'; +- SetComment(outs.filename, url); +- } +-#endif +- + #ifdef HAVE_UTIME + /* File time can only be set _after_ the file has been closed */ + if(!res && config->remote_time && outs.s_isreg && outs.filename) { -- cgit v1.2.1