|
@@ -43,7 +43,7 @@ MUTT_CONF_OPTS += --disable-pop
|
|
|
endif
|
|
|
|
|
|
# SSL support is only used by imap or pop3 module
|
|
|
-ifneq ($(BR2_PACKAGET_MUTT_IMAP)$(BR2_PACKAGE_MUTT_POP3),)
|
|
|
+ifneq ($(BR2_PACKAGE_MUTT_IMAP)$(BR2_PACKAGE_MUTT_POP3),)
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
|
MUTT_DEPENDENCIES += openssl
|
|
|
MUTT_CONF_OPTS += --with-ssl=$(STAGING_DIR)/usr
|