From 3b10f8269dece34a94d764eeda99fe251cbf6de5 Mon Sep 17 00:00:00 2001 From: LucĂ­a Andrea Illanes Albornoz Date: May 12 2022 15:53:31 +0000 Subject: patches/curl-7.83.1.local.patch: updated wrt. UNIX domain sockets usage (ty Redfoxmoon.) --- diff --git a/patches/curl-7.83.1.local.patch b/patches/curl-7.83.1.local.patch index 365d6ab..1b1ea43 100644 --- a/patches/curl-7.83.1.local.patch +++ b/patches/curl-7.83.1.local.patch @@ -2190,3 +2190,16 @@ # if unit tests are enabled, build a static library to link them with @BUILD_UNITTESTS_TRUE@noinst_LTLIBRARIES = libcurltool.la +--- curl-7.83.1/lib/multihandle.h.orig 2022-05-09 09:52:19.000000000 +0200 ++++ curl-7.83.1/lib/multihandle.h 2022-05-12 17:53:13.903809251 +0200 +@@ -70,10 +70,6 @@ + + #define CURLPIPE_ANY (CURLPIPE_MULTIPLEX) + +-#if !defined(CURL_DISABLE_SOCKETPAIR) +-#define ENABLE_WAKEUP +-#endif +- + /* value for MAXIMUM CONCURRENT STREAMS upper limit */ + #define INITIAL_MAX_CONCURRENT_STREAMS ((1U << 31) - 1) +