New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/40812#issuecomment-1354105477 Comment: To fix `squid`, try pre-building `cf_gen` for the host: ```bash pre_build() { make -C src BUILDCXX=g++ cf_gen } ```