From 37bbde203cbc3d7e8a65a3a1a758d1e6d53d5bb3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 6 Sep 2026 09:53:30 +0100 Subject: [PATCH] Work around gpx-import build errors on Debian 13 --- cookbooks/gps-tile/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index 26060aff1..c1462e70b 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -64,7 +64,7 @@ end execute "/srv/gps-tile.openstreetmap.org/import/src/Makefile" do action :nothing - command "make DB=none LDFLAGS=-lm" + command "make DB='none' CFLAGS='-O2 -Wno-error=incompatible-pointer-types -std=c99 -D_POSIX_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE -include log.h' LDFLAGS='-lm'" cwd "/srv/gps-tile.openstreetmap.org/import/src" user "gpstile" group "gpstile" -- 2.47.3