Commit b3328863 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Peter Korsgaard
Browse files

package/rsyslog: Add missing optional dependency libcrypt

parent 655c0212
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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