Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgrouting
Commits: f2b7e0c6 by Bas Couwenberg at 2025-08-09T11:47:52+02:00 Add patch to fix FTFBS with GCC 15 & Boost 1.88. (closes: #1110600) - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc-15.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,8 @@ osm2pgrouting (2.3.8-4) UNRELEASED; urgency=medium * Bump Standards-Version to 4.7.2, no changes. * Fix old FSF address in copyright file. + * Add patch to fix FTFBS with GCC 15 & Boost 1.88. + (closes: #1110600) -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:13:49 +0100 ===================================== debian/patches/gcc-15.patch ===================================== @@ -0,0 +1,14 @@ +Description: Fix FTBFS with GCC 15. +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/src/osm_elements/osm_tag.cpp ++++ b/src/osm_elements/osm_tag.cpp +@@ -20,6 +20,7 @@ + + + #include "osm_elements/osm_tag.h" ++#include <algorithm> + #include <string> + + namespace osm2pgr { ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +gcc-15.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/commit/f2b7e0c6ce86cd8eab1346818bc3d7779d3ea97b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/commit/f2b7e0c6ce86cd8eab1346818bc3d7779d3ea97b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
