Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-14 | Don't override externally given CFLAGS | 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 | Patch away annoying warning from make | Matti Niemenmaa | |
2015-07-14 | Rename to mdxmini-git, install library too | Matti Niemenmaa | |