diff -Nru postgresql-14-14.1/debian/changelog postgresql-14-14.1/debian/changelog --- postgresql-14-14.1/debian/changelog 2021-12-02 10:59:22.000000000 +0100 +++ postgresql-14-14.1/debian/changelog 2021-12-02 13:37:16.000000000 +0100 @@ -1,3 +1,10 @@ +postgresql-14 (14.1-1ubuntu1) jammy; urgency=medium + + * d/rules: Work around an ICE in latest GCC for armhf, see + https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103395 (LP: #1953128) + + -- Simon Chopin Thu, 02 Dec 2021 13:37:16 +0100 + postgresql-14 (14.1-1build1) jammy; urgency=medium * No-change rebuild against openssl3 diff -Nru postgresql-14-14.1/debian/control postgresql-14-14.1/debian/control --- postgresql-14-14.1/debian/control 2021-11-05 12:05:29.000000000 +0100 +++ postgresql-14-14.1/debian/control 2021-12-02 13:37:16.000000000 +0100 @@ -1,7 +1,8 @@ Source: postgresql-14 Section: database Priority: optional -Maintainer: Debian PostgreSQL Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian PostgreSQL Maintainers Uploaders: Martin Pitt , Peter Eisentraut , diff -Nru postgresql-14-14.1/debian/rules postgresql-14-14.1/debian/rules --- postgresql-14-14.1/debian/rules 2021-09-23 12:56:29.000000000 +0200 +++ postgresql-14-14.1/debian/rules 2021-12-02 13:37:16.000000000 +0100 @@ -30,6 +30,12 @@ SPINLOCK_FLAGS = --disable-spinlocks endif +# Work around an ICE bug in GCC 11.2.0, see +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103395 +ifneq ($(findstring $(DEB_HOST_ARCH), armhf),) +CFLAGS+= -DSTAP_SDT_ARG_CONSTRAINT=g +endif + ifeq ($(DEB_HOST_ARCH_OS),linux) SYSTEMD_FLAGS = --with-systemd SELINUX_FLAGS= --with-selinux