[Git][debian-gis-team/qgis][master] Apply patch by Adrian Bunk to fix FTBFS on mips*. (closes: #1104711)
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon May 5 08:53:40 BST 2025
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250505/8500d38d/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list