From: Nicolas Thill Date: Sat, 7 Mar 2015 21:57:04 +0000 (+0100) Subject: msmtp: use proper configure options X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3681f30c78e2db184d344fd28a6dd1e28b4d157a;p=openwrt-packages.git msmtp: use proper configure options Some configure options were renamed during last upstream update: use them! Signed-off-by: Nicolas Thill --- diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 1a7e21480..ae88d5473 100644 --- 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