From 0a0ea87b8dda01a2887a525cef78eb6c3f4c2c32 Mon Sep 17 00:00:00 2001 From: alperak Date: Tue, 12 Dec 2023 23:35:09 +0300 Subject: pgpool2: use autotools-brokensep instead of setting B Signed-off-by: alperak Signed-off-by: Khem Raj --- meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb b/meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb index efb563b81..5e6e00cae 100644 --- a/meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb +++ b/meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "4b379bbba8e178128a1cee4a5bd1ae116dedb3da6121b728c18f0f54c8 S = "${WORKDIR}/pgpool-II-${PV}" -inherit autotools systemd +inherit autotools-brokensep systemd SYSTEMD_SERVICE:${PN} = "pgpool.service" @@ -34,7 +34,7 @@ PACKAGECONFIG[postgresql] = "--with-pgsql-includedir=${STAGING_INCDIR}/postgresq EXTRA_OECONF += "--disable-static \ --disable-rpath \ " -B = "${S}" + CFLAGS:append = " -fcommon " FILES:${PN} += "${datadir}/pgpool-II/ " -- cgit v1.2.3-54-g00ecf