pgpool2: use gnu17 to avoid build failure with gcc-15

* like e.g. gentoo does:
  https://bugs.gentoo.org/940128

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa
2025-04-26 19:03:58 +02:00
committed by Khem Raj
parent a3ef0f5c50
commit 2c816eab0c
@@ -48,3 +48,7 @@ do_install:append() {
install -D -m 0644 ${S}/src/sample/pool_hba.conf.sample ${D}${sysconfdir}/pgpool-II/pool_hba.conf
install -Dm 0644 ${UNPACKDIR}/pgpool.service ${D}${systemd_system_unitdir}/pgpool.service
}
# Avoid build failure with gcc-15:
# http://errors.yoctoproject.org/Errors/Details/853019/
CFLAGS += "-std=gnu17"