aclements / libelfin

C++11 ELF/DWARF parser
MIT License
317 stars 99 forks source link

Fix installed pkg-configs #15

Closed llvilanova closed 7 years ago

llvilanova commented 8 years ago

Commit 2239556 patched the pkg-config files during installation, but forgot to escape references to the prefix variable. The result is that the prefix substitution in upstream generates "/lib/new/prefix" instead of "/new/prefix/lib".

Instead, use "libdir" and "includedir" variables in the pkgconfig file, which are easier to patch during install.