Also minorly updates the autotools patch so the generated
pkg-config file includes the package version properly.
Signed-off-by: Vivian Heisz (demize) <demize@unstable.systems>
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>