summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-support/libmicrohttpd/files/0001-Enable-using-epoll-without-listen-socket_0.9.55.patch
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-12 16:24:25 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-02-28 16:59:52 +0100
commit99ce725c6857e5022243ef63a1365e303566c3fd (patch)
treebd9177459bcbc52ec98a56d5b7ca82bf928d31a0 /meta-agl-profile-core/recipes-support/libmicrohttpd/files/0001-Enable-using-epoll-without-listen-socket_0.9.55.patch
parent6a89e444a26a854e482b39b50d04f8e16aa01744 (diff)
libmicrohttpd: Upgrade to version 0.9.63
The libmicrohttpd includes the patch since its version 0.9.60. So putting the recipe for libmicrohttpd here in wait of an upgrade in poky is perfect. Change-Id: I1dcfad7c3d56be7f9fdff36f6dd5c008c5939076 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-support/libmicrohttpd/files/0001-Enable-using-epoll-without-listen-socket_0.9.55.patch')
-rw-r--r--meta-agl-profile-core/recipes-support/libmicrohttpd/files/0001-Enable-using-epoll-without-listen-socket_0.9.55.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-agl-profile-core/recipes-support/libmicrohttpd/files/0001-Enable-using-epoll-without-listen-socket_0.9.55.patch b/meta-agl-profile-core/recipes-support/libmicrohttpd/files/0001-Enable-using-epoll-without-listen-socket_0.9.55.patch
deleted file mode 100644
index 4e807f8f7..000000000
--- a/meta-agl-profile-core/recipes-support/libmicrohttpd/files/0001-Enable-using-epoll-without-listen-socket_0.9.55.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 5a410caefa1cb0337c8c1457a7619549829fe129 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jos=C3=A9=20Bollo?= <jose.bollo@iot.bzh>
-Date: Mon, 5 Nov 2018 15:37:53 +0100
-Subject: [PATCH] Enable using epoll() without listen socket.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Change-Id: Iadcb7fa936bf193987f098e6d8b5815456765a85
-Signed-off-by: José Bollo <jose.bollo@iot.bzh>
----
- src/microhttpd/daemon.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
-index 71a0ce0b..018e7289 100644
---- a/src/microhttpd/daemon.c
-+++ b/src/microhttpd/daemon.c
-@@ -5914,8 +5914,7 @@ MHD_start_daemon_va (unsigned int flags,
-
- #ifdef EPOLL_SUPPORT
- if ( (0 != (*pflags & MHD_USE_EPOLL)) &&
-- (0 == daemon->worker_pool_size) &&
-- (0 == (*pflags & MHD_USE_NO_LISTEN_SOCKET)) )
-+ (0 == daemon->worker_pool_size) )
- {
- if (0 != (*pflags & MHD_USE_THREAD_PER_CONNECTION))
- {
---
-2.17.2
-