There is a new pull request by pullmoll against master on the void-packages repository https://github.com/pullmoll/void-packages cln https://github.com/void-linux/void-packages/pull/24702 cln: use templates for {int,float}param.h for cross When cross building the configure script hangs or at least takes insane amounts of time to created the values for the header files include/cln/{int,float}param.h Since we know our architectures and the sizes of their integer and floating point values, we can just as well create the files from templates using $XBPS_TARGET_WORDSIZE and $XBPS_TARGET_ENDIAN. A patch file from https://github.com/void-linux/void-packages/pull/24702.patch is attached