There is a new pull request by oreo639 against master on the void-packages repository https://github.com/oreo639/void-packages libtool https://github.com/void-linux/void-packages/pull/39313 Libtool #### Testing the changes - I tested the changes in this PR: **briefly** Most of the testing for this was done as apart 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. A patch file from https://github.com/void-linux/void-packages/pull/39313.patch is attached