aclements / libelfin

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

Provide shared libraries? #13

Closed petterreinholdtsen closed 7 years ago

petterreinholdtsen commented 8 years ago

Hi.

It would be nice for the Debian packaging effort if the libelfin libraries are available as shared libraries. It make sure all packages using the libelfil library do not need to be rebuilt every time the libelfin library is modified, and make life for both release managers and the security team a lot easier.

Can you please provide .so files as well as the .a files? And preferably with a SONAME versioning scheme that ensures backward compatiblity?

petterreinholdtsen commented 8 years ago

I suspect pull request #16 will solve this issue.