libtool: Pass the "-no-canonical-prefixes" linker flag
commit297b5cf19fe12bbee1322a17ff013a21f57bb93d
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 18 Apr 2024 16:26:55 +0000 (18 19:26 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 18 Apr 2024 16:26:55 +0000 (18 19:26 +0300)
treefa3caaa62c96ae48c073f5998117f4e1e8bffc77
parent88fc2b892c61f6ef57decc55abe03ec6734f27ec
libtool: Pass the "-no-canonical-prefixes" linker flag

When using the -no-canonical-prefixes flag in libtool, the flag is
removed from the linking command, causing linking to fail. This adds
the flag to the list of linker flags to be passed through to the
linker.

* build-aux/ltmain.in: Pass -no-canonical-prefixes to the linker.
* Makefile.am: Added in tests/bug_62343.at.
* tests/bug_62343.at: Contains test case for bug 62343.
Makefile.am
build-aux/ltmain.in
tests/bug_62343.at [new file with mode: 0644]