[Git][debian-gis-team/gdal][master] Apply patch by John Paul Adrian Glaubitz to fix FTBFS on sh4. (closes: #976795)
Bas Couwenberg
gitlab at salsa.debian.org
Tue Dec 8 04:14:02 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits:
f5e51c12 by Bas Couwenberg at 2020-12-08T05:13:52+01:00
Apply patch by John Paul Adrian Glaubitz to fix FTBFS on sh4. (closes: #976795)
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+gdal (3.2.0+dfsg-2) UNRELEASED; urgency=medium
+
+ * Apply patch by John Paul Adrian Glaubitz to fix FTBFS on sh4.
+ (closes: #976795)
+
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 08 Dec 2020 05:13:24 +0100
+
gdal (3.2.0+dfsg-1) unstable; urgency=medium
* Bump watch file version to 4.
=====================================
debian/rules
=====================================
@@ -45,6 +45,11 @@ else
WITH_HDF5:=
endif
+# See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98189
+ifneq (,$(filter $(DEB_HOST_ARCH),sh3 sh4))
+ export DEB_CXXFLAGS_APPEND=-fno-guess-branch-probability
+endif
+
ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386))
WITH_SSE=yes
WITH_SSSE3=yes
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/f5e51c12ae47e6990323f5ff31db140751f1cef5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/f5e51c12ae47e6990323f5ff31db140751f1cef5
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/20201208/f54913ae/attachment.html>
More information about the Pkg-grass-devel
mailing list