conda-forge / curl-feedstock

A conda-smithy repository for curl.
BSD 3-Clause "New" or "Revised" License
3 stars 44 forks source link

Support `brotli`? #146

Open bollwyvl opened 1 month ago

bollwyvl commented 1 month ago

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:

      host:
        - libbrotlicommon
        - libbrotlienc
        - libbrotlidec

And some --with-brotli=${PREFIX}, but just get cryptic configure errors. 😿