mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
For some reason curl complains that SSL_connect() fails when non-blocking I/O is enabled. With blocking I/O it works just fine though.
13 lines
485 B
Bash
Executable File
13 lines
485 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=curl
|
|
version=7.65.3
|
|
useconfigure=true
|
|
configopts="--disable-threaded-resolver --disable-ipv6 --disable-ntlm-wb"
|
|
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2
|
|
https://curl.se/download/curl-${version}.tar.bz2.asc curl-${version}.tar.bz2.asc"
|
|
|
|
depends="zlib openssl"
|
|
auth_type="sig"
|
|
auth_import_key="27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2"
|
|
auth_opts="curl-${version}.tar.bz2.asc curl-${version}.tar.bz2"
|