new dependency on libelf is not captured in package
Open
- Dominant language
- C
- Stars
- 22.7k
- Forks
- 4.1k
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 3
Description
We added the dependency on libelf-dev into the debian/control file, but the downstream clients are now getting a linker error if libelf is not installed. Obviously this needs to be fixed.
The easy fix is to add a dependency in the deb on libelf1, but I would much rather have statically linked libelf.a. However, that package doesn't compile with -fPIC.
The same question probably goes for rpm, but I haven't tested that yet.
@vmg can you look into this, and see if somehow we can do it statically?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.