mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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>