Loading package/msmtp/msmtp.mk +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ MSMTP_DEPENDENCIES += host-pkg-config ifeq ($(BR2_PACKAGE_OPENSSL),y) MSMTP_CONF_OPT += --with-ssl=openssl MSMTP_DEPENDENCIES += openssl ifeq ($(BR2_PREFER_STATIC_LIB),y) # openssl uses zlib, so we need to explicitly link with it when static MSMTP_CONF_ENV += LIBS=-lz endif else ifeq ($(BR2_PACKAGE_GNUTLS),y) MSMTP_CONF_OPT += --with-ssl=gnutls MSMTP_DEPENDENCIES += gnutls Loading Loading
package/msmtp/msmtp.mk +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ MSMTP_DEPENDENCIES += host-pkg-config ifeq ($(BR2_PACKAGE_OPENSSL),y) MSMTP_CONF_OPT += --with-ssl=openssl MSMTP_DEPENDENCIES += openssl ifeq ($(BR2_PREFER_STATIC_LIB),y) # openssl uses zlib, so we need to explicitly link with it when static MSMTP_CONF_ENV += LIBS=-lz endif else ifeq ($(BR2_PACKAGE_GNUTLS),y) MSMTP_CONF_OPT += --with-ssl=gnutls MSMTP_DEPENDENCIES += gnutls Loading