aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/need-ssp_nonshared.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/rust: add libssp_nonshared to link specTimo Teräs2020-02-081-0/+11
On musl libssp_nonshared needs to be explicitly added to provide __stack_chk_fail_local (while rust does not use this symbol linking in gcc built code can require it).