diff options
author | Esben Haabendal <esben@geanix.com> | 2025-06-20 17:34:29 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:51 -0700 |
commit | 3ddaf0456b1ba3ef1aedffcc2fc94b0b520d3f23 (patch) | |
tree | 940775c75d6ce39d8d52bc5449f43f0ff3deb294 | |
parent | c73647851ad98f783b99bb78c8970142f8080e42 (diff) | |
download | meta-openembedded-3ddaf0456b1ba3ef1aedffcc2fc94b0b520d3f23.tar.gz |
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 <esben@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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," | |||
59 | PACKAGECONFIG[spoof-source] = "--enable-spoof-source --with-libnet=${STAGING_BINDIR_CROSS},--disable-spoof-source,libnet," | 59 | PACKAGECONFIG[spoof-source] = "--enable-spoof-source --with-libnet=${STAGING_BINDIR_CROSS},--disable-spoof-source,libnet," |
60 | PACKAGECONFIG[http] = "--enable-http,--disable-http,curl," | 60 | PACKAGECONFIG[http] = "--enable-http,--disable-http,curl," |
61 | PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," | 61 | PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," |
62 | PACKAGECONFIG[stomp] = "--enable-stomp,--disable-stomp,," | ||
62 | PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c," | 63 | PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c," |
63 | PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers," | 64 | PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers," |
64 | PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," | 65 | PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," |