mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
msmtp: add optional support for libgsasl
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
ed7f7f7129
commit
c5cce4bd00
@ -10,11 +10,17 @@ MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.xz
|
|||||||
MSMTP_DEPENDENCIES = host-pkgconf
|
MSMTP_DEPENDENCIES = host-pkgconf
|
||||||
MSMTP_CONF_OPTS = \
|
MSMTP_CONF_OPTS = \
|
||||||
--without-libidn \
|
--without-libidn \
|
||||||
--disable-gai-idn \
|
--disable-gai-idn
|
||||||
--without-libgsasl
|
|
||||||
MSMTP_LICENSE = GPL-3.0+
|
MSMTP_LICENSE = GPL-3.0+
|
||||||
MSMTP_LICENSE_FILES = COPYING
|
MSMTP_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBGSASL),y)
|
||||||
|
MSMTP_CONF_OPTS += --with-libgsasl
|
||||||
|
MSMTP_DEPENDENCIES += libgsasl
|
||||||
|
else
|
||||||
|
MSMTP_CONF_OPTS += --without-libgsasl
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBSECRET),y)
|
ifeq ($(BR2_PACKAGE_LIBSECRET),y)
|
||||||
MSMTP_CONF_OPTS += --with-libsecret
|
MSMTP_CONF_OPTS += --with-libsecret
|
||||||
MSMTP_DEPENDENCIES += libsecret
|
MSMTP_DEPENDENCIES += libsecret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user