curl
--with-gssapi
--with-libssh2
(https://gitlab.alpinelinux.org/alpine/aports/-/issues/10222)--with-nghttp2
vs--with-nghttp3
--with-openssl-quic
--without-libpsl
vs--with-libpsl
- symlink
/etc/ssl/certs/ca-certificates.crt
to/etc/ssl/cert.pem
make install -C scripts
does nothing- Do we need
--with-random=/dev/urandom
even if we’re not cross-compiling? make test
checknonflaky
curl
depends oncmake
forbrotli
andc-ares
on Alpinelibidn2
andc-ares
support are enabled on Alpine for better DNS performance- Does
musl
supportlibidn2
? - Do we need
c-ares
because musl does not support DNS lookups? c-ares
support is disabled on Arch: https://bugs.archlinux.org/task/49962- Disable IDN; not many websites use internationalized domain names