summarylogtreecommitdiffstats
path: root/makefiles.patch
AgeCommit message (Collapse)Author
2015-07-14Don't override externally given CFLAGSMatti Niemenmaa
2015-07-14Link with -Bsymbolic to reduce symbol leak issuesMatti 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-14Patch away annoying warning from makeMatti Niemenmaa
2015-07-14Rename to mdxmini-git, install library tooMatti Niemenmaa