]> git.ipfire.org Git - thirdparty/curl.git/commit
Makefile.m32: add `NGTCP2_LIBS` option [ci skip]
authorViktor Szakats <commit@vsz.me>
Wed, 6 Jul 2022 09:22:42 +0000 (09:22 +0000)
committerViktor Szakats <commit@vsz.me>
Wed, 6 Jul 2022 09:22:42 +0000 (09:22 +0000)
commit190caa9ce278317399fa8ec7db39c1249cf952cb
tree864a1546c7487996fc0bcb4ad429a5cb3a2b1d2f
parent647ed7c78b3e514c6d98e57d7f5ec8af57b41915
Makefile.m32: add `NGTCP2_LIBS` option [ci skip]

Makefile.m32's ngtcp2 has its two libs hardwired for OpenSSL.
Add `NGTCP2_LIBS` envvar to override them with a custom list,
making it possible to use BoringSSL, or any other backend.

Closes #9109
docs/examples/Makefile.m32
lib/Makefile.m32
src/Makefile.m32