summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/msmtp/msmtp/autoconf270.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/msmtp/msmtp/autoconf270.patch')
-rw-r--r--meta/recipes-extended/msmtp/msmtp/autoconf270.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp/autoconf270.patch b/meta/recipes-extended/msmtp/msmtp/autoconf270.patch
deleted file mode 100644
index 6efd3d6d7c..0000000000
--- a/meta/recipes-extended/msmtp/msmtp/autoconf270.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Update to add the required gettext version to work with autoconf 2.70
2
3Upstream-Status: Pending
4RP - 2021/1/28
5
6Index: msmtp-1.8.14/configure.ac
7===================================================================
8--- msmtp-1.8.14.orig/configure.ac
9+++ msmtp-1.8.14/configure.ac
10@@ -44,6 +44,7 @@ case "${target}" in *-*-mingw*) LIBS="$L
11
12 dnl Gettext
13 AM_GNU_GETTEXT([external])
14+AM_GNU_GETTEXT_VERSION([0.21])
15
16 dnl Headers, functions, and types
17 AC_CHECK_HEADERS([sysexits.h netdb.h arpa/inet.h sys/select.h sys/socket.h sys/wait.h netinet/in.h])