r-lib / archive

R bindings to libarchive, supporting a large variety of archive formats
https://archive.r-lib.org/
Other
145 stars 17 forks source link

Prepare linking on Windows for libxml2 depending on bcrypt. Use pkg-config when available. #107

Closed kalibera closed 1 month ago

kalibera commented 1 month ago

This patch prepares the linking on Windows for when libxml2 will require bcrypt, which is the case in upstream MXE and will likely happen, soon, in Rtools. When available, pkg-config is used instead to query the dependencies so that such updates are not necessary in the future.

gaborcsardi commented 1 month ago

Thanks!