mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
This fixes a pkgconfig issue on multilib LLVM systems. The previous .pc file hardcoded `/lib`, which causes LLD to strictly link against libraries in `/lib`--which are the incorrect binary format for x64 systems. This updates the configure script to generate a pkgconf config automatically, using the configured `libdir`. Signed-off-by: Vivian Heisz (demize) <demize@unstable.systems>