mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/mutt: fix activation of openssl on imap
Activation of openssl for imap is broken since commit0fcd010a2dbecause of the following typo: BR2_PACKAGET_MUTT_IMAP Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitdc1ec5b78b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
65d54a269d
commit
8c47c1aa2e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user