diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-28 12:04:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-28 12:04:37 +0000 |
commit | a4fbaed8478be92b67649d81c2893b7a379c78df (patch) | |
tree | 82a44e40eca8050ab4adefa0b560a42039f389fd /packages/curl/files/uclibc.patch | |
parent | 8b28debedac76922183ab7d9c6cb21db46907732 (diff) |
add curl 7.14.0 and remove 7.12.2
Diffstat (limited to 'packages/curl/files/uclibc.patch')
-rw-r--r-- | packages/curl/files/uclibc.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/curl/files/uclibc.patch b/packages/curl/files/uclibc.patch deleted file mode 100644 index 15a9012705..0000000000 --- a/packages/curl/files/uclibc.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: curl-7.12.2/lib/mprintf.c -=================================================================== ---- curl-7.12.2.orig/lib/mprintf.c 2004-06-24 07:54:11.000000000 -0400 -+++ curl-7.12.2/lib/mprintf.c 2005-02-02 17:15:45.435748600 -0500 -@@ -1134,8 +1134,10 @@ - } - - #ifndef WIN32 /* not needed on win32 */ -+#ifndef __UCLIBC__ /* not needed for uclibc, and breaks the build */ - extern int fputc(int, FILE *); - #endif -+#endif - - int curl_mprintf(const char *format, ...) - { |