diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-05-12 17:53:31 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-05-12 17:53:31 +0200 |
commit | 3b10f8269dece34a94d764eeda99fe251cbf6de5 (patch) | |
tree | d149b9f039c38cf286e75e99c9823cc44982aa58 /patches | |
parent | 2342c2733b22daf063806056781c07e59c7676c5 (diff) | |
download | midipix_build-3b10f8269dece34a94d764eeda99fe251cbf6de5.tar.bz2 midipix_build-3b10f8269dece34a94d764eeda99fe251cbf6de5.tar.xz |
patches/curl-7.83.1.local.patch: updated wrt. UNIX domain sockets usage (ty Redfoxmoon.)
Diffstat (limited to 'patches')
-rw-r--r-- | patches/curl-7.83.1.local.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/curl-7.83.1.local.patch b/patches/curl-7.83.1.local.patch index 365d6ab1..1b1ea433 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) + |