mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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
|
RSYSLOG_DEPENDENCIES += busybox
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_LIBEE),y)
|
||||||
RSYSLOG_DEPENDENCIES += libee
|
RSYSLOG_DEPENDENCIES += libee
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user