aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/alpine-force-rpath-on-prefer-dynamic.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/rust: properly force RPATH with a new target optionShiz2017-04-211-36/+0
| | | | | | These patches add a new target option, `need_rpath`, to force RPATH embedding in appropriate situations. We also minimize the generated RPATH.
* testing/rust: reorganize patchesShiz2017-04-211-0/+36
This divides up the patches in three logical categories: - musl-*.patch: musl support patches intended for upstreaming; - alpine-*.patch: Alpine-specific patches that are likely not upstreamable; - *.patch: functionality patch that may make it upstream.