aclements / libelfin

C++11 ELF/DWARF parser
MIT License
318 stars 98 forks source link

Build with -fPIC so libelfin can be used in shared libraries. #8

Closed ccurtsinger closed 8 years ago

ccurtsinger commented 8 years ago

Building libelfin with -fPIC makes it possible to build coz against a normal installed version of libelfin. I'd eventually like to make a debian package from libelfin, which a coz debian package would depend on.

petterreinholdtsen commented 8 years ago

A request to add libelfin to Debian is available from http://bugs.debian.org/834123 . It would be great if this patch was included in a new release of libelfin first.