diff --git a/libmicrohttpd_fix_0_4_0_testcase.patch b/libmicrohttpd_fix_0_4_0_testcase.patch new file mode 100644 index 0000000..d6ad6d0 --- /dev/null +++ b/libmicrohttpd_fix_0_4_0_testcase.patch @@ -0,0 +1,11 @@ +--- src/testcurl/daemontest_long_header.c.orig 2009-02-14 11:48:18.025431339 +0100 ++++ src/testcurl/daemontest_long_header.c 2009-02-14 11:48:37.442183967 +0100 +@@ -107,7 +107,7 @@ + &ahc_echo, + "GET", + MHD_OPTION_CONNECTION_MEMORY_LIMIT, +- VERY_LONG / 2, MHD_OPTION_END); ++ (size_t) VERY_LONG / 2, MHD_OPTION_END); + if (d == NULL) + return 1; + c = curl_easy_init ();