From 3681f30c78e2db184d344fd28a6dd1e28b4d157a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 7 Mar 2015 22:57:04 +0100 Subject: [PATCH] msmtp: use proper configure options Some configure options were renamed during last upstream update: use them! Signed-off-by: Nicolas Thill --- mail/msmtp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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