summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-17 14:06:38 +0000
committerSam James <sam@gentoo.org>2024-11-17 14:06:38 +0000
commitf84b3c5d135501cee2d4e16c9870dce044951f3c (patch)
tree02635bd1ba3c5cac9a3310932e88f0132a548d38 /dev-db
parentsys-fs/udisks: Stabilize 2.10.1-r1 x86, #943662 (diff)
downloadgentoo-f84b3c5d135501cee2d4e16c9870dce044951f3c.tar.gz
gentoo-f84b3c5d135501cee2d4e16c9870dce044951f3c.tar.bz2
gentoo-f84b3c5d135501cee2d4e16c9870dce044951f3c.zip
dev-db/postgresql: add link to upstream bug re C23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/postgresql-17.1.ebuild3
-rw-r--r--dev-db/postgresql/postgresql-9999.ebuild3
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