mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
msmtp: use proper configure options
Some configure options were renamed during last upstream update: use them! Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
+3
-3
@@ -85,19 +85,19 @@ CONFIGURE_ARGS += \
|
|||||||
--without-libintl-prefix \
|
--without-libintl-prefix \
|
||||||
--without-libgsasl \
|
--without-libgsasl \
|
||||||
--without-libidn \
|
--without-libidn \
|
||||||
--without-gnome-keyring \
|
--without-libsecret \
|
||||||
--without-macosx-keyring \
|
--without-macosx-keyring \
|
||||||
|
|
||||||
MAKE_FLAGS :=
|
MAKE_FLAGS :=
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),ssl)
|
ifeq ($(BUILD_VARIANT),ssl)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-ssl=openssl
|
--with-tls=openssl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),nossl)
|
ifeq ($(BUILD_VARIANT),nossl)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-ssl=no
|
--with-tls=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/msmtp/install
|
define Package/msmtp/install
|
||||||
|
|||||||
Reference in New Issue
Block a user