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-Makefile_in | |
parent | 6ef6ee477b6110b48beb3a489f5f04f252c8ae81 (diff) |
convert to use autoreconf
Diffstat (limited to 'package/libesmtp/patches/patch-Makefile_in')
-rw-r--r-- | package/libesmtp/patches/patch-Makefile_in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libesmtp/patches/patch-Makefile_in b/package/libesmtp/patches/patch-Makefile_in deleted file mode 100644 index 94e8e12fe..000000000 --- a/package/libesmtp/patches/patch-Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ - prevent doubly passing our CFLAGS ---- libesmtp-1.0.6.orig/Makefile.in 2010-08-09 22:25:56.000000000 +0200 -+++ libesmtp-1.0.6/Makefile.in 2014-06-05 22:26:57.239828607 +0200 -@@ -293,7 +293,7 @@ AUTOMAKE_OPTIONS = gnu dist-bzip2 - INCLUDES = -I$(srcdir) $(VERSION_FLAGS) - SUBDIRS = @subdirs@ @SASL_PLUGINS@ - DIST_SUBDIRS = @subdirs@ @DIST_PLUGINS@ --AM_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ -+AM_CFLAGS = @EXTRA_CFLAGS@ - ACLOCAL_AMFLAGS = -I m4 - lib_LTLIBRARIES = libesmtp.la - libesmtp_la_SOURCES = auth-client.c base64.c concatenate.c errors.c \ |