From f522257b05beb2c89958ab6157ce08a075414cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Wed, 27 Jul 2022 18:15:29 +0200 Subject: groups/241.native_packages_inet.group: curl: build w/ --disable-socketpair MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- groups/241.native_packages_inet.group | 2 +- patches/curl-7.83.1.local.patch | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/groups/241.native_packages_inet.group b/groups/241.native_packages_inet.group index 4bccc1da..ed0ca8d4 100644 --- a/groups/241.native_packages_inet.group +++ b/groups/241.native_packages_inet.group @@ -36,7 +36,7 @@ proxytunnel rsync socat thttpd w3m weechat wget wget2 whois")"; : ${PKG_CURL_SHA256SUM:=2cb9c2356e7263a1272fd1435ef7cdebf2cd21400ec287b068396deb705c22c4}; : ${PKG_CURL_VERSION:=7.83.1}; : ${PKG_CURL_URL:=https://curl.haxx.se/download/curl-${PKG_CURL_VERSION}.tar.xz}; -: ${PKG_CURL_CONFIGURE_ARGS_EXTRA:="--disable-symbol-hiding --enable-shared --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --with-ca-path=/etc/ssl/certs --with-gnutls --without-ssl"}; +: ${PKG_CURL_CONFIGURE_ARGS_EXTRA:="--disable-symbol-hiding --enable-shared --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --with-ca-path=/etc/ssl/certs --with-gnutls --without-ssl --disable-socketpair"}; : ${PKG_DROPBEAR_DEPENDS:="libz"}; : ${PKG_DROPBEAR_SHA256SUM:=48235d10b37775dbda59341ac0c4b239b82ad6318c31568b985730c788aac53b}; : ${PKG_DROPBEAR_VERSION:=2020.81}; 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) - -- cgit v1.2.3