aboutsummaryrefslogtreecommitdiff
path: root/devel/meson/patches
Commit message (Collapse)AuthorAge
* meson: fix rpath handlingRosen Penev2020-04-22
This was uncovered with glib2 where the host builds were linking to the actual host instead of the generated libraries. Patch taken from buildroot. Signed-off-by: Rosen Penev <rosenp@gmail.com>