All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/rsyslog: add czmq optional dependency
@ 2022-06-19 16:46 Fabrice Fontaine
  2022-06-19 16:46 ` [Buildroot] [PATCH 2/4] package/rsyslog: add rabbitmq-c " Fabrice Fontaine
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Fabrice Fontaine @ 2022-06-19 16:46 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber, Fabrice Fontaine

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rsyslog/rsyslog.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index 7fdc7316b7..400fc6b99c 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -59,6 +59,13 @@ else
 RSYSLOG_CONF_OPTS += --disable-imhttp
 endif
 
+ifeq ($(BR2_PACKAGE_CZMQ),y)
+RSYSLOG_DEPENDENCIES += czmq
+RSYSLOG_CONF_OPTS += --enable-imczmq --enable-omczmq
+else
+RSYSLOG_CONF_OPTS += --disable-imczmq --disable-omczmq
+endif
+
 ifeq ($(BR2_PACKAGE_GNUTLS),y)
 RSYSLOG_DEPENDENCIES += gnutls
 RSYSLOG_CONF_OPTS += --enable-gnutls
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-08-16  8:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-19 16:46 [Buildroot] [PATCH 1/4] package/rsyslog: add czmq optional dependency Fabrice Fontaine
2022-06-19 16:46 ` [Buildroot] [PATCH 2/4] package/rsyslog: add rabbitmq-c " Fabrice Fontaine
2022-08-16  8:53   ` Peter Korsgaard
2022-06-19 16:46 ` [Buildroot] [PATCH 3/4] package/rsyslog: add qpid-proton " Fabrice Fontaine
2022-08-16  8:53   ` Peter Korsgaard
2022-06-19 16:46 ` [Buildroot] [PATCH 4/4] package/rsyslog: add libmaxminddb " Fabrice Fontaine
2022-08-16  8:53   ` Peter Korsgaard
2022-07-23 19:07 ` [Buildroot] [PATCH 1/4] package/rsyslog: add czmq " Arnout Vandecappelle
2022-08-16  8:53 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.