Bug#1104711: qgis: Workaround for the mips FTBFS
Adrian Bunk
bunk at debian.org
Mon May 5 02:02:52 BST 2025
Source: qgis
Version: 3.40.6+dfsg-1
Severity: important
Tags: ftbfs patch
The following works around the mips FTBFS:
--- debian/rules.old 2025-04-21 12:25:54.044517024 +0000
+++ debian/rules 2025-04-21 12:31:32.700350315 +0000
@@ -132,6 +132,11 @@
CXXFLAGS += -DNDEBUG
endif
+ifneq (,$(findstring mips,$(DEB_HOST_ARCH)))
+ CFLAGS += -Os
+ CXXFLAGS += -Os
+endif
+
ifeq ($(DEB_BUILD_ARCH),mips64el)
CXXFLAGS += -mxgot
endif
More information about the Pkg-grass-devel
mailing list