jasonacox / Build-OpenSSL-cURL

Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 3.0.x with TLS 1.3 and Mac Catalyst builds.
MIT License
419 stars 125 forks source link

Fix compilation without nghttp2 support #64

Closed Daniel-Noethen closed 11 months ago

Daniel-Noethen commented 11 months ago

In the current master curl gets build with nghttp2 support even when build.sh is called with "-d". To fix this, curl has to be explicitly compiled without nghttp2 support by adding --without-nghttp2 to the configure command.

jasonacox commented 11 months ago

Great catch @Daniel-Noethen ! Thanks for the fix. 🙏

Daniel-Noethen commented 11 months ago

I have to thank you for the great set of build scripts :)