summarylogtreecommitdiffstats
path: root/makefile.patch
AgeCommit message (Collapse)Author
2018-02-28Link libm and libz since they're requiredMatti Niemenmaa
2018-02-27Fix build for new MakefileMatti 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-14Initial commit: seems okayMatti Niemenmaa