diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-17 22:39:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-18 09:10:37 +0200 |
commit | 54439e12c6e846d39be7895463b2b07d80aef780 (patch) | |
tree | e02c1247ac72523376854425d2dba0f0977a5e2c /package/libesmtp/patches/patch-plain_Makefile_in | |
parent | 6ef6ee477b6110b48beb3a489f5f04f252c8ae81 (diff) |
convert to use autoreconf
Diffstat (limited to 'package/libesmtp/patches/patch-plain_Makefile_in')
-rw-r--r-- | package/libesmtp/patches/patch-plain_Makefile_in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libesmtp/patches/patch-plain_Makefile_in b/package/libesmtp/patches/patch-plain_Makefile_in deleted file mode 100644 index d5c694b87..000000000 --- a/package/libesmtp/patches/patch-plain_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ - prevent doubly passing our CFLAGS ---- libesmtp-1.0.6.orig/plain/Makefile.in 2010-08-09 22:25:56.000000000 +0200 -+++ libesmtp-1.0.6/plain/Makefile.in 2014-06-05 22:27:42.146792037 +0200 -@@ -226,7 +226,7 @@ top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - INCLUDES = -I@srcdir@ --AM_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ -+AM_CFLAGS = @EXTRA_CFLAGS@ - lib_LTLIBRARIES = sasl-plain.la - sasl_plain_la_SOURCES = client-plain.c - sasl_plain_la_LDFLAGS = -module -avoid-version |