From: Rosen Penev Date: Wed, 20 Jul 2022 02:24:19 +0000 (-0700) Subject: curl: fix compilation with wolfSSL X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=317575755a83fe21888439f1fd9adccca9e0f36e;p=feed%2Fpackages.git curl: fix compilation with wolfSSL options.h header is needed now. Signed-off-by: Rosen Penev --- diff --git a/net/curl/patches/100-wolfssl.patch b/net/curl/patches/100-wolfssl.patch new file mode 100644 index 0000000000..d395a07c47 --- /dev/null +++ b/net/curl/patches/100-wolfssl.patch @@ -0,0 +1,10 @@ +--- a/m4/curl-wolfssl.m4 ++++ b/m4/curl-wolfssl.m4 +@@ -93,6 +93,7 @@ if test "x$OPT_WOLFSSL" != xno; then + They are set up properly later if it is detected. */ + #undef SIZEOF_LONG + #undef SIZEOF_LONG_LONG ++#include + #include + ]],[[ + return wolfSSL_Init();