aboutsummaryrefslogtreecommitdiffstats
path: root/packages/curl/files/uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/curl/files/uclibc.patch')
-rw-r--r--packages/curl/files/uclibc.patch15
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, ...)
- {