clux / muslrust

Docker environment for building musl based static linux rust binaries
MIT License
965 stars 88 forks source link

latest curl requires libpsl for cookie handling #129

Closed clux closed 9 months ago

clux commented 9 months ago

as per https://everything.curl.dev/build/deps#libpsl and this new error when using new curl:

2.638 checking for library containing psl_builtin... no
2.674 configure: error: libpsl was not found

probably possible to disable that, but seems probably not ideal..