Bas Couwenberg pushed to branch master at Debian GIS Project / qgis
Commits: c8d616ab by Bas Couwenberg at 2025-05-05T09:53:31+02:00 Apply patch by Adrian Bunk to fix FTBFS on mips*. (closes: #1104711) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +qgis (3.40.6+dfsg-2) UNRELEASED; urgency=medium + + * Apply patch by Adrian Bunk to fix FTBFS on mips*. + (closes: #1104711) + + -- Bas Couwenberg <[email protected]> Mon, 05 May 2025 09:53:03 +0200 + qgis (3.40.6+dfsg-1) unstable; urgency=medium * Move from experimental to unstable. ===================================== debian/rules ===================================== @@ -132,6 +132,11 @@ ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CXXFLAGS += -DNDEBUG endif +ifneq (,$(findstring mips,$(DEB_HOST_ARCH))) + CFLAGS += -Os + CXXFLAGS += -Os +endif + ifeq ($(DEB_BUILD_ARCH),mips64el) CXXFLAGS += -mxgot endif View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/commit/c8d616ab54feff9e34917ff8eabf0e6253996b15 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/commit/c8d616ab54feff9e34917ff8eabf0e6253996b15 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
