From 18b8190e2df3ab660bcb0185e21f89661e4083fd Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 5 May 2019 14:34:10 -0700 Subject: [PATCH] msmtp: Remove uClibc hack This seems to no longer be needed. Signed-off-by: Rosen Penev --- mail/msmtp/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 25a2e137a..6bbabf021 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp PKG_VERSION:=1.8.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://marlam.de/msmtp/releases @@ -103,10 +103,6 @@ CONFIGURE_ARGS += \ --without-macosx-keyring \ --without-msmtpd -ifneq ($(CONFIG_USE_UCLIBC),) - CONFIGURE_ARGS += --disable-gai-idn -endif - ifeq ($(BUILD_VARIANT),ssl) CONFIGURE_ARGS += --with-tls=gnutls else