mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/rsyslog: add libmaxminddb optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 2562e2e6ee)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b654a523b3
commit
62eed1d06a
@@ -81,6 +81,13 @@ else
|
|||||||
RSYSLOG_CONF_OPTS += --disable-libgcrypt
|
RSYSLOG_CONF_OPTS += --disable-libgcrypt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBMAXMINDDB),y)
|
||||||
|
RSYSLOG_DEPENDENCIES += libmaxminddb
|
||||||
|
RSYSLOG_CONF_OPTS += --enable-mmdblookup
|
||||||
|
else
|
||||||
|
RSYSLOG_CONF_OPTS += --disable-mmdblookup
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBPCAP),y)
|
ifeq ($(BR2_PACKAGE_LIBPCAP),y)
|
||||||
RSYSLOG_DEPENDENCIES += libpcap
|
RSYSLOG_DEPENDENCIES += libpcap
|
||||||
RSYSLOG_CONF_OPTS += --enable-impcap
|
RSYSLOG_CONF_OPTS += --enable-impcap
|
||||||
|
|||||||
Reference in New Issue
Block a user