commit
12d5f4c8d7
1 changed files with 1 additions and 5 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=msmtp
|
PKG_NAME:=msmtp
|
||||||
PKG_VERSION:=1.8.4
|
PKG_VERSION:=1.8.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://marlam.de/msmtp/releases
|
PKG_SOURCE_URL:=https://marlam.de/msmtp/releases
|
||||||
|
@ -103,10 +103,6 @@ CONFIGURE_ARGS += \
|
||||||
--without-macosx-keyring \
|
--without-macosx-keyring \
|
||||||
--without-msmtpd
|
--without-msmtpd
|
||||||
|
|
||||||
ifneq ($(CONFIG_USE_UCLIBC),)
|
|
||||||
CONFIGURE_ARGS += --disable-gai-idn
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),ssl)
|
ifeq ($(BUILD_VARIANT),ssl)
|
||||||
CONFIGURE_ARGS += --with-tls=gnutls
|
CONFIGURE_ARGS += --with-tls=gnutls
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue