commit 3681f30c78e2db184d344fd28a6dd1e28b4d157a
parent ec44072a4cfca3c8b8eb9b7d9928903093a15d7f
Author: Nicolas Thill <nico@openwrt.org>
Date: Sat, 7 Mar 2015 22:57:04 +0100
msmtp: use proper configure options
Some configure options were renamed during last upstream update: use them!
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
@@ -85,19 +85,19 @@ CONFIGURE_ARGS += \
--without-libintl-prefix \
--without-libgsasl \
--without-libidn \
- --without-gnome-keyring \
+ --without-libsecret \
--without-macosx-keyring \
MAKE_FLAGS :=
ifeq ($(BUILD_VARIANT),ssl)
CONFIGURE_ARGS += \
- --with-ssl=openssl
+ --with-tls=openssl
endif
ifeq ($(BUILD_VARIANT),nossl)
CONFIGURE_ARGS += \
- --with-ssl=no
+ --with-tls=no
endif
define Package/msmtp/install