summaryrefslogtreecommitdiff
path: root/package/libesmtp/patches/patch-crammd5_Makefile_in
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2014-06-17 03:07:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-18 09:10:36 +0200
commitde57b2bec3d3a07111fd7a491e09c83dd04f2379 (patch)
treed7371a54a6a899d8093796ae7e258a847f888ced /package/libesmtp/patches/patch-crammd5_Makefile_in
parentc01217fcb06487287b04f68c73d00f2ad3372471 (diff)
port package libesmtp
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/libesmtp/patches/patch-crammd5_Makefile_in')
-rw-r--r--package/libesmtp/patches/patch-crammd5_Makefile_in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libesmtp/patches/patch-crammd5_Makefile_in b/package/libesmtp/patches/patch-crammd5_Makefile_in
new file mode 100644
index 000000000..d20c19ff2
--- /dev/null
+++ b/package/libesmtp/patches/patch-crammd5_Makefile_in
@@ -0,0 +1,12 @@
+ prevent doubly passing our CFLAGS
+--- libesmtp-1.0.6.orig/crammd5/Makefile.in 2010-08-09 22:25:56.000000000 +0200
++++ libesmtp-1.0.6/crammd5/Makefile.in 2014-06-05 22:27:13.400815451 +0200
+@@ -225,7 +225,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-cram-md5.la
+ sasl_cram_md5_la_SOURCES = client-crammd5.c hmacmd5.c hmacmd5.h
+ sasl_cram_md5_la_LDFLAGS = -module -avoid-version @CRAMMD5_LIBS@