There is a new pull request by sgn against master on the void-packages repository https://github.com/sgn/void-packages cpuburn-static https://github.com/void-linux/void-packages/pull/41329 cpuburn: build statically The status quote of cpuburn is always built for 32bits on x86_64, which requires dynamic linker for 32 bit system. On x86-64 system, we can workaround by depends on glibc-32bit. However, we don't have that luxury on x86_64-musl system. Since `cpuburn` doesn't use any features from libc and/or dynamic linker, we can simply build static instead. Fix #41307 #### Testing the changes - I tested the changes in this PR: **YES**|**briefly**|**NO** A patch file from https://github.com/void-linux/void-packages/pull/41329.patch is attached