]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Add option to reorder the shared library cache
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 11 Nov 2024 19:24:08 +0000 (21:24 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 12 Nov 2024 18:17:11 +0000 (20:17 +0200)
commit0a1e894220521e5955371eea5408fd6f7a5149c1
treee79d9f132451582f2a9c0846cc6f1f25f05b8f4e
parent90e1c012729803476a6a03e4284a69e0fbedb437
libtool: Add option to reorder the shared library cache

Add option to reorder the shared library cache in OpenBSD so that user
preferred directories for shared libraries can be used when linking
before directories previously listed in the shared library cache.

This allows for users in OpenBSD to easily switch between versions of
libraries with the same name during testing.

* NEWS: Update for new (OpenBSD) option.
* build-aux/ltmain.in: Add option --reorder-cache=DIRS.
* doc/libtool.texi: Update documentation for new option.
* test/bug_71489.at: Alter test for OpenBSD to utilize new option.
NEWS
build-aux/ltmain.in
doc/libtool.texi
tests/bug_71489.at