From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80AE5158164 for ; Sun, 17 Nov 2024 14:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1E9BE0EB0; Sun, 17 Nov 2024 14:07:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98112E0EB0 for ; Sun, 17 Nov 2024 14:07:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5BF834300E for ; Sun, 17 Nov 2024 14:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F5AAED for ; Sun, 17 Nov 2024 14:07:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1731852398.f84b3c5d135501cee2d4e16c9870dce044951f3c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-17.1.ebuild dev-db/postgresql/postgresql-9999.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f84b3c5d135501cee2d4e16c9870dce044951f3c X-VCS-Branch: master Date: Sun, 17 Nov 2024 14:07:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21c98a55-3749-481f-b292-dc84e16adac7 X-Archives-Hash: 58616c9786c181feede435a48d0fb474 commit: f84b3c5d135501cee2d4e16c9870dce044951f3c Author: Sam James gentoo org> AuthorDate: Sun Nov 17 14:06:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 17 14:06:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84b3c5d dev-db/postgresql: add link to upstream bug re C23 Signed-off-by: Sam James gentoo.org> dev-db/postgresql/postgresql-17.1.ebuild | 3 +-- dev-db/postgresql/postgresql-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-db/postgresql/postgresql-17.1.ebuild b/dev-db/postgresql/postgresql-17.1.ebuild index 06bd5157fb78..207b1d81566a 100644 --- a/dev-db/postgresql/postgresql-17.1.ebuild +++ b/dev-db/postgresql/postgresql-17.1.ebuild @@ -129,8 +129,7 @@ src_prepare() { src_configure() { # Fails to build with C23, fallback to the old default in < GCC 15 - # for now. Reported upstream to pgsql-bugs ML but not yet through - # moderation filter. + # for now: https://marc.info/?l=pgsql-bugs&m=173185132906874&w=2 append-cflags -std=gnu17 case ${CHOST} in diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 6f69a27051a3..82ecf3f45e4f 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -144,8 +144,7 @@ src_prepare() { src_configure() { # Fails to build with C23, fallback to the old default in < GCC 15 - # for now. Reported upstream to pgsql-bugs ML but not yet through - # moderation filter. + # for now: https://marc.info/?l=pgsql-bugs&m=173185132906874&w=2 append-cflags -std=gnu17 case ${CHOST} in