summaryrefslogtreecommitdiff
path: root/package/libesmtp/patches/patch-ntlm_Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libesmtp/patches/patch-ntlm_Makefile_in')
-rw-r--r--package/libesmtp/patches/patch-ntlm_Makefile_in12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libesmtp/patches/patch-ntlm_Makefile_in b/package/libesmtp/patches/patch-ntlm_Makefile_in
deleted file mode 100644
index b335f8253..000000000
--- a/package/libesmtp/patches/patch-ntlm_Makefile_in
+++ /dev/null
@@ -1,12 +0,0 @@
- prevent doubly passing our CFLAGS
---- libesmtp-1.0.6.orig/ntlm/Makefile.in 2010-08-09 22:25:56.000000000 +0200
-+++ libesmtp-1.0.6/ntlm/Makefile.in 2014-06-05 22:27:36.420796718 +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-ntlm.la
- sasl_ntlm_la_SOURCES = client-ntlm.c ntlmdes.c ntlmstruct.c ntlm.h
- sasl_ntlm_la_LDFLAGS = -module -avoid-version @NTLM_LIBS@