diff options
author | Ørjan Malde <red@foxi.me> | 2022-07-27 18:15:29 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2022-07-27 18:15:46 +0200 |
commit | f522257b05beb2c89958ab6157ce08a075414cd7 (patch) | |
tree | b5d5128897eb214fa8f5125b43a2be40537032fe /patches | |
parent | 07bc6c31e72fb6de4e4520c783187ca7bc918636 (diff) | |
download | midipix_build-f522257b05beb2c89958ab6157ce08a075414cd7.tar.bz2 midipix_build-f522257b05beb2c89958ab6157ce08a075414cd7.tar.xz |
groups/241.native_packages_inet.group: curl: build w/ --disable-socketpair
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/curl-7.83.1.local.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/curl-7.83.1.local.patch b/patches/curl-7.83.1.local.patch index 1b1ea433..365d6ab1 100644 --- a/patches/curl-7.83.1.local.patch +++ b/patches/curl-7.83.1.local.patch @@ -2190,16 +2190,3 @@ # 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) - |