mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
msmtp: prevent use of IDN support on uClibc
Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
+5
-1
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=msmtp
|
PKG_NAME:=msmtp
|
||||||
PKG_VERSION:=1.6.1
|
PKG_VERSION:=1.6.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@SF/msmtp
|
PKG_SOURCE_URL:=@SF/msmtp
|
||||||
@@ -88,6 +88,10 @@ CONFIGURE_ARGS += \
|
|||||||
--without-libsecret \
|
--without-libsecret \
|
||||||
--without-macosx-keyring \
|
--without-macosx-keyring \
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_USE_UCLIBC),)
|
||||||
|
CONFIGURE_ARGS += --disable-gai-idn
|
||||||
|
endif
|
||||||
|
|
||||||
MAKE_FLAGS :=
|
MAKE_FLAGS :=
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),ssl)
|
ifeq ($(BUILD_VARIANT),ssl)
|
||||||
|
|||||||
Reference in New Issue
Block a user