]> git.ipfire.org Git - thirdparty/elfutils.git/blobdiff - debuginfod/debuginfod.cxx
PR28708: debuginfod: use MHD_USE_EPOLL for microhttpd threads
[thirdparty/elfutils.git] / debuginfod / debuginfod.cxx
index bb8e8e10289657c1b4fae20f0cfb7dd5c2c5fa04..99924d36f26040bed5aec36e87116fcb4e42a134 100644 (file)
@@ -3880,6 +3880,9 @@ main (int argc, char *argv[])
                                      | MHD_USE_INTERNAL_POLLING_THREAD
 #else
                                      | MHD_USE_SELECT_INTERNALLY
+#endif
+#ifdef MHD_USE_EPOLL
+                                     | MHD_USE_EPOLL
 #endif
                                      | MHD_USE_DEBUG, /* report errors to stderr */
                                      http_port,
@@ -3894,6 +3897,9 @@ main (int argc, char *argv[])
                                      | MHD_USE_INTERNAL_POLLING_THREAD
 #else
                                      | MHD_USE_SELECT_INTERNALLY
+#endif
+#ifdef MHD_USE_EPOLL
+                                     | MHD_USE_EPOLL
 #endif
                                      | MHD_USE_IPv6
                                      | MHD_USE_DEBUG, /* report errors to stderr */