forked from aclements/libelfin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit f8eac5a changed the install and the pkg-config to use proper library and include paths, but added these to the *local* pkg-config, rather than introducing them at the point when the pkg-config was installed. As a result, building against the uninstalled .pc file (such as what mtrace-tools does when cloned next to libelfin) no longer worked because it referred to the wrong paths. Fix this by reverting the changes to the local .pc file and introducing the lib and include paths only when installing the .pc file globally.
- Loading branch information
Austin Clements
committed
Jan 3, 2016
1 parent
66a93d8
commit 2239556
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters