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 <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
