Not more needed after latest upgrade of libmicrohttpd
pull/4188/head
René Cannaò 3 years ago
parent 3b00c7b655
commit 5821f2ef85

3
deps/Makefile vendored

@ -168,9 +168,6 @@ else
cd libmicrohttpd && ln -s libmicrohttpd-0.9.75 libmicrohttpd
cd libmicrohttpd && tar -zxf libmicrohttpd-0.9.75.tar.gz
# cd libmicrohttpd/libmicrohttpd && patch src/microhttpd/connection.c < ../connection.c-snprintf-overflow.patch
endif
ifeq ($(UNAME_S),Darwin)
cd libmicrohttpd/libmicrohttpd && patch src/microhttpd/mhd_sockets.c < ../mhd_sockets.c-issue-5977.patch
endif
cd libmicrohttpd/libmicrohttpd && ./configure --enable-https && CC=${CC} CXX=${CXX} ${MAKE}

@ -1,8 +0,0 @@
@@ -528,6 +528,7 @@ MHD_socket_cork_ (MHD_socket sock,
TCP_CORK always flushes socket buffer. */
if (0 > send (sock,
&dummy,
+ 0,
0))
return 0; /* even force flush failed!? */
return 1; /* success */
Loading…
Cancel
Save