aboutsummaryrefslogtreecommitdiff
path: root/utils/readsb/patches/010-gcc10.patch
Commit message (Collapse)AuthorAge
* readsb: update to 3.9.0Rosen Penev2021-02-20
| | | | | | | | | | Remove upstreamed patches. Use autorelease to avoid bumping the release manually. Fix bad linker variable on glibc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* readsb: fix compilation with GCC10Rosen Penev2020-06-30
Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>