[Git][debian-gis-team/postgis][apt.postgresql.org/postgis-2.5] Work around build failure with GCC 10.
Christoph Berg
gitlab at salsa.debian.org
Mon Aug 17 14:30:57 BST 2020
Christoph Berg pushed to branch apt.postgresql.org/postgis-2.5 at Debian GIS Project / postgis
Commits:
9dc207bc by Christoph Berg at 2020-08-17T15:30:42+02:00
Work around build failure with GCC 10.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
postgis-2.5 (2.5.5+dfsg-1) unstable; urgency=medium
* New upstream version.
+ * Work around build failure with GCC 10.
-- Christoph Berg <myon at debian.org> Mon, 17 Aug 2020 14:52:20 +0200
=====================================
debian/rules
=====================================
@@ -23,6 +23,9 @@ endif
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/pkg-info.mk
+# work around build failure with GCC 10
+CFLAGS += -fcommon
+
# Magic to automatically create a debian/control file for the (or all)
# supported versions of Postgres.
#
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/9dc207bc9637a63c98bb32eba8ee472064a6bc14
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/9dc207bc9637a63c98bb32eba8ee472064a6bc14
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/20200817/79ae3306/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list