Open bollwyvl opened 1 month ago
Thanks for maintaining this!
It would be lovely if br(otli) encoding were supported transparently by (lib)curl. Is there some compelling reason to not offer it?
br(otli)
(lib)curl
I tried naively adding:
host: - libbrotlicommon - libbrotlienc - libbrotlidec
And some --with-brotli=${PREFIX}, but just get cryptic configure errors. 😿
--with-brotli=${PREFIX}
configure
Comment:
Thanks for maintaining this!
It would be lovely if
br(otli)
encoding were supported transparently by(lib)curl
. Is there some compelling reason to not offer it?I tried naively adding:
And some
--with-brotli=${PREFIX}
, but just get crypticconfigure
errors. 😿