msmtp: use proper configure options
authorNicolas Thill <redacted>
Sat, 7 Mar 2015 21:57:04 +0000 (22:57 +0100)
committerNicolas Thill <redacted>
Sat, 7 Mar 2015 22:28:06 +0000 (23:28 +0100)
Some configure options were renamed during last upstream update: use them!

Signed-off-by: Nicolas Thill <redacted>
mail/msmtp/Makefile

index 1a7e2148071c8c70dd41699603b454bce72fb863..ae88d54731f66ed5cad164de0e467e9a270febf3 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT