There's a merged pull request on the void-packages repository libtool: update to 2.4.7. https://github.com/void-linux/void-packages/pull/39313 Description: #### Testing the changes - I tested the changes in this PR: **briefly** Most of the testing for this was done as a part of the [gcc12 PR](https://github.com/void-linux/void-packages/pull/34902), this was split on request. Most of the build failures experienced were due to hardcoded version-mismatches and the libtool files not getting regenerated properly. This also defines `lt_cv_shlibpath_overrides_runpath=yes` on musl since it always searches LD_LIBRARY_PATH before RPATH and RUNPATH and not defining it causes some tests to fail which verify this behavior. Please test this PR before merging.