There's a merged pull request on the void-packages repository libtool: respect environment variables https://github.com/void-linux/void-packages/pull/15867 Description: The /usr/bin/libtool script used to use cross tool-chains, when it was cross compiled. This broke cross-built libtool for native builds and was changed in 653f4339274d162109af27c93a741264460f2da4 to native tool-chains. Setting native tool-chains in libtools causes cross-builds which use libtool to fail. Thus, change /usr/bin/libtool to use environment variables when defined and fall back to the native tool-chain otherwise.