Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-27 | Fix build for new Makefile | Matti Niemenmaa | |
2015-07-14 | Link with -Bsymbolic to reduce symbol leak issues | Matti Niemenmaa | |
Plenty of internal symbols are exported, with rather generic names that can (and do) conflict with other libraries. So link with -Bsymbolic, which prevents overriding them with LD_PRELOAD but also prevents such conflicts from causing problems with functions here accidentally calling some other library's functions. | |||
2015-07-14 | Initial commit: seems okay | Matti Niemenmaa | |