There is a new pull request by Logarithmus against master on the void-packages repository https://github.com/Logarithmus/void-packages avrdude https://github.com/void-linux/void-packages/pull/25147 avrdude: build with FTDI support A few days ago I've tried to use avrdude for FT2232 controller. But avrdude gave me an error about missing libftdi1. In fact the library was installed, but avrdude wasn't linked to it. So I fixed this problem. A patch file from https://github.com/void-linux/void-packages/pull/25147.patch is attached