mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user