Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elfutil version check #558

Merged
merged 4 commits into from Mar 7, 2019
Merged

Elfutil version check #558

merged 4 commits into from Mar 7, 2019

Conversation

hainest
Copy link
Contributor

@hainest hainest commented Mar 1, 2019

Enforce the version check for the elfutils shared library. Add the Ubuntu-specific directories /usr/{lib,include}/x86_64-linux-gnu. Search for libelf.so instead of libelf.so.1 to increase likelihood of finding a symlink.

This makes the likelihood of find a symlink more probable.
find_package_handle_standard_args doesn't check versions of shared
libraries, so we need to do it manually.
@hainest hainest added the bug label Mar 1, 2019
@hainest hainest self-assigned this Mar 1, 2019
@hainest
Copy link
Contributor Author

hainest commented Mar 1, 2019

Builds are now working on Leela

@hainest hainest merged commit 052b51d into dyninst:master Mar 7, 2019
@hainest hainest deleted the elfutil-version-check branch March 12, 2019 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant