aclements / libelfin

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

Fix installed pkg-configs #12

Closed llvilanova closed 8 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.

petterreinholdtsen commented 8 years ago

This seem like a patch that will be needed ton Debian.

llvilanova commented 8 years ago

Not only. By not escaping ${prefix}, you're gnerating -L/lib${prefix} instead of the (I guess) intended -L${prefix}/lib.

llvilanova commented 8 years ago

Please ignore this request. I've found a cleaner way to fix this installation problem, and moved it into a separate branch to allow other fixes to be merged concurrently. I'll open a new pull request for the new branch.