rsyslog: add optional gnutls support
[Peter: drop explicit option and handle like other dependencies] Signed-off-by: Adrien Decostre <ad.decostre@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9cfc842ae6
commit
3984a4e306
@ -22,6 +22,13 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
RSYSLOG_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
RSYSLOG_DEPENDENCIES += gnutls
|
||||
RSYSLOG_CONF_OPTS += --enable-gnutls
|
||||
else
|
||||
RSYSLOG_CONF_OPTS += --disable-gnutls
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBEE),y)
|
||||
RSYSLOG_DEPENDENCIES += libee
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user