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