git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3681f30
)
msmtp: prevent use of IDN support on uClibc
author
Nicolas Thill
<redacted>
Sat, 7 Mar 2015 22:16:37 +0000
(23:16 +0100)
committer
Nicolas Thill
<redacted>
Sat, 7 Mar 2015 22:28:06 +0000
(23:28 +0100)
Signed-off-by: Nicolas Thill <redacted>
mail/msmtp/Makefile
patch
|
blob
|
history
diff --git
a/mail/msmtp/Makefile
b/mail/msmtp/Makefile
index ae88d54731f66ed5cad164de0e467e9a270febf3..8c91a95b00826d9b69d7cd5943ab0f7dcfe4e3b8 100644
(file)
--- a/
mail/msmtp/Makefile
+++ b/
mail/msmtp/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=msmtp
PKG_VERSION:=1.6.1
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/msmtp
@@
-88,6
+88,10
@@
CONFIGURE_ARGS += \
--without-libsecret \
--without-macosx-keyring \
+ifneq ($(CONFIG_USE_UCLIBC),)
+ CONFIGURE_ARGS += --disable-gai-idn
+endif
+
MAKE_FLAGS :=
ifeq ($(BUILD_VARIANT),ssl)
git clone https://git.99rst.org/PROJECT