commit:     f84b3c5d135501cee2d4e16c9870dce044951f3c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 14:06:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to