Files
gentoo/dev-libs/tinyxml
Sergey Torokhov 4f4675fd10 dev-libs/tinyxml: fix libdir path in tinyxml.pc file
While using clang/llvm/lld env the on configuration phase
the information about library directory is taken from tinyxml.pc file.

On the amd64 arch system the use of lld linker instead of ldd
results in linking error as LDFLAGS is additionally filled with
`-L/usr/lib -ltinyxml` instead of `-L/usr/lib64 -ltinyxml`.

I.e. it causes linking error for dev-util/codeblocks package
on clang/llvm/lld systems.

Closes: https://bugs.gentoo.org/738948

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/17606
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
2020-09-23 11:00:09 +02:00
..