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:
Bernd Kuhls 2014-05-14 20:28:52 +02:00 committed by Peter Korsgaard
parent 655c0212f8
commit b332886334

View File

@ -24,6 +24,7 @@ ifeq ($(BR2_PACKAGE_LIBEE),y)
endif
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
RSYSLOG_DEPENDENCIES += libgcrypt
RSYSLOG_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
RSYSLOG_CONF_OPT += --enable-libgcrypt=yes
else