diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-25 17:14:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-25 17:23:15 +0100 |
commit | a4b64eb5514f90ce18ccca7d0f27d715299c4876 (patch) | |
tree | f27d061f7b9b47dc6a1cb93f63605cf7ef52987d /package/libesmtp/patches/patch-plain_Makefile_am | |
parent | 04e70c8849d231b9701ec3c84ba03aedd05b0335 (diff) |
libesmtp: update to 1.1.0
Diffstat (limited to 'package/libesmtp/patches/patch-plain_Makefile_am')
-rw-r--r-- | package/libesmtp/patches/patch-plain_Makefile_am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libesmtp/patches/patch-plain_Makefile_am b/package/libesmtp/patches/patch-plain_Makefile_am deleted file mode 100644 index a22054804..000000000 --- a/package/libesmtp/patches/patch-plain_Makefile_am +++ /dev/null @@ -1,12 +0,0 @@ - prevent doubly passing our CFLAGS ---- libesmtp-1.0.6.orig/plain/Makefile.am 2010-08-08 17:45:54.000000000 +0200 -+++ libesmtp-1.0.6/plain/Makefile.am 2014-06-05 22:29:56.668682572 +0200 -@@ -3,7 +3,7 @@ - libdir = @plugindir@ - - INCLUDES = -I@srcdir@ --AM_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ -+AM_CFLAGS = @EXTRA_CFLAGS@ - - lib_LTLIBRARIES = sasl-plain.la - |