]> git.ipfire.org Git - thirdparty/libtool.git/commit
ltmain: Use shared objects built in source tree
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 11 Jun 2024 11:20:15 +0000 (13:20 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 27 Aug 2024 15:17:45 +0000 (18:17 +0300)
commit0e1b33332429cd578367bd0ad420c065d5caf0ac
tree962aecb9b32643447c3ab0cbe7cd74b0650bffdb
parent2b510980a70894e969570537bc543b39a85bd6ac
ltmain: Use shared objects built in source tree

It has been discovered that under certain conditions libtool creates
wrappers that prefer installed versions of the shared objects over
those built in the source tree. As a result, any tests run in the
source tree produce unreliable results.

* build-aux/ltmain.in: Alter to use shared objects in source tree
  instead of installed.
* Makefile.am: Added in tests/bug_71489.at.
* tests/bug_71489.at: Contains test case for bug 71489.
Makefile.am
build-aux/ltmain.in
tests/bug_71489.at [new file with mode: 0644]