aboutsummaryrefslogtreecommitdiffstats
path: root/main/jack/fix-execinfo.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/jack: fix arm buildTimo Teräs2014-12-031-10/+22
| | | | | | | update execinfo patch to completely remove any attempts to do backtrace(). the code would insisted trying to use backtrace() on arm. imitating backtrace() is generally bad practice security wise. and this also fixes jack to produce core dumps.
* main/jack: fix musl buildTimo Teräs2013-10-091-0/+12