]> 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>
Fri, 9 Aug 2024 13:37:40 +0000 (16:37 +0300)
commit998a3347622014a0ecb58bdf57388b3f545e5934
tree3dec0ac5a0dc854a45c6f4e86ce38aa58dd10063
parent8ee9da7fecf4acdac721d76d611ec7590f45d2e5
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]