]> 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>
Wed, 20 Nov 2024 15:36:21 +0000 (17:36 +0200)
commit4ba29e983ce6d4d49a6730c296400677bdbad679
tree574223b43570a0a1f2b9e88cca183211d9ae3b4f
parent1bda2465d7072e88989c2a3365b136bc3a3bb049
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