Originally from:
#180 (comment)
While trying to merge this change:
https://github.com/mrdomino/readpassphrase-3/pull/11/files#diff-d0d98998092552a1d3259338c2c71e118a5b8343dd4703c0c7f552ada7f9cb42R13-R17
I found that libbsd was winding up getting dynamically linked into my example binaries. You can see a build log line here that shows dynamic linking:
https://github.com/mrdomino/readpassphrase-3/actions/runs/17199525547/job/48787478567?pr=11#step:8:48
(NB. It’s also pulling in libmd, twice. 🤔)
I do not see any obvious reasons why I wouldn’t be getting a static dependency here, so filing an issue to follow up from the now-closed PR.