mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/rsyslog: Add missing optional dependency libcrypt
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
655c0212f8
commit
b332886334
@ -24,6 +24,7 @@ ifeq ($(BR2_PACKAGE_LIBEE),y)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||||
|
RSYSLOG_DEPENDENCIES += libgcrypt
|
||||||
RSYSLOG_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
RSYSLOG_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
||||||
RSYSLOG_CONF_OPT += --enable-libgcrypt=yes
|
RSYSLOG_CONF_OPT += --enable-libgcrypt=yes
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user