aboutsummaryrefslogtreecommitdiff
path: root/utils/gpsd/patches/003_sconscript-cross-platform-build-support.patch
Commit message (Collapse)AuthorAge
* gpsd: update to 3.25Nick Hainke2023-06-12
| | | | | | | | | | | | Release Information: https://gitlab.com/gpsd/gpsd/-/blob/release-3.25/NEWS?ref_type=tags Remove the backport that is now contained in the release: - 003_sconscript-cross-platform-build-support.patch Latest olsrd version needs this bump. Signed-off-by: Nick Hainke <vincent@systemli.org>
* gpsd: fix build on macosSergey V. Lobanov2022-01-25
gpsd build fails on macos due to using sys.platform in build logic. This patch allows to redefine target platform to fix the issue. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>