From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E0B7F1582EF for ; Tue, 25 Feb 2025 07:38:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C87CD343198 for ; Tue, 25 Feb 2025 07:38:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C7982110260; Tue, 25 Feb 2025 07:38:07 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BCF42110260 for ; Tue, 25 Feb 2025 07:38:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EDBD34320D for ; Tue, 25 Feb 2025 07:38:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE62027B6 for ; Tue, 25 Feb 2025 07:38:05 +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: <1740469062.a373e452d44f9a993e1ce7d25091cb2b8c44cf51.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgpool2/pgpool2-4.4.7.ebuild dev-db/pgpool2/pgpool2-9999.ebuild X-VCS-Directories: dev-db/pgpool2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a373e452d44f9a993e1ce7d25091cb2b8c44cf51 X-VCS-Branch: master Date: Tue, 25 Feb 2025 07:38:05 +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: 82d5dbc7-1369-4503-81be-79ef558109ba X-Archives-Hash: bddb8cdef6e0dc487fb5c8ce72b5cda9 commit: a373e452d44f9a993e1ce7d25091cb2b8c44cf51 Author: Sam James gentoo org> AuthorDate: Tue Feb 25 07:35:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 25 07:37:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a373e452 dev-db/pgpool2: build w/ -std=gnu17 Closes: https://bugs.gentoo.org/946410 Closes: https://bugs.gentoo.org/940128 Signed-off-by: Sam James gentoo.org> dev-db/pgpool2/pgpool2-4.4.7.ebuild | 5 ++++- dev-db/pgpool2/pgpool2-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-db/pgpool2/pgpool2-4.4.7.ebuild b/dev-db/pgpool2/pgpool2-4.4.7.ebuild index 8170c488c799..ec7696c2f5c3 100644 --- a/dev-db/pgpool2/pgpool2-4.4.7.ebuild +++ b/dev-db/pgpool2/pgpool2-4.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -48,6 +48,9 @@ src_prepare() { } src_configure() { + # bug #946410 + append-cflags -std=gnu17 + # -Werror=lto-type-mismatch # https://bugs.gentoo.org/855248 # https://github.com/pgpool/pgpool2/issues/42 diff --git a/dev-db/pgpool2/pgpool2-9999.ebuild b/dev-db/pgpool2/pgpool2-9999.ebuild index aec380cbbd43..100322c855b7 100644 --- a/dev-db/pgpool2/pgpool2-9999.ebuild +++ b/dev-db/pgpool2/pgpool2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,6 +53,9 @@ src_prepare() { } src_configure() { + # bug #946410 + append-cflags -std=gnu17 + # -Werror=lto-type-mismatch # https://bugs.gentoo.org/855248 # https://github.com/pgpool/pgpool2/issues/42