From 3ddaf0456b1ba3ef1aedffcc2fc94b0b520d3f23 Mon Sep 17 00:00:00 2001 From: Esben Haabendal Date: Fri, 20 Jun 2025 17:34:29 +0200 Subject: syslog-ng: Add stomp PACKAGECONFIG option The STOMP protocol is optional, and should not need to be enabled by default. Signed-off-by: Esben Haabendal Signed-off-by: Khem Raj --- meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb index ebeab51961..b79118a93d 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb @@ -59,6 +59,7 @@ PACKAGECONFIG[dbi] = "--enable-sql,--disable-sql,libdbi," PACKAGECONFIG[spoof-source] = "--enable-spoof-source --with-libnet=${STAGING_BINDIR_CROSS},--disable-spoof-source,libnet," PACKAGECONFIG[http] = "--enable-http,--disable-http,curl," PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," +PACKAGECONFIG[stomp] = "--enable-stomp,--disable-stomp,," PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c," PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers," PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," -- cgit v1.2.3-54-g00ecf