Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 052b51da4040c4f1b7b5d91e23d437b5c5af1bd7
https://github.com/dyninst/dyninst/commit/052b51da4040c4f1b7b5d91e23d437b5c5af1bd7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2019-03-06 (Wed, 06 Mar 2019)
Changed paths:
M cmake/Modules/FindLibElf.cmake
Log Message:
-----------
Elfutil version check (#558)
* Add Ubuntu locations
* Search for libelf.so instead of libelf.so.1
This makes the likelihood of find a symlink more probable.
* Add version checking
find_package_handle_standard_args doesn't check versions of shared
libraries, so we need to do it manually.
* Always make the configuration for elfutils noisy
|