diff options
author | Phil Sutter <phil@nwl.cc> | 2014-06-17 03:07:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-18 09:10:36 +0200 |
commit | de57b2bec3d3a07111fd7a491e09c83dd04f2379 (patch) | |
tree | d7371a54a6a899d8093796ae7e258a847f888ced /package/libesmtp/patches/patch-login_Makefile_am | |
parent | c01217fcb06487287b04f68c73d00f2ad3372471 (diff) |
port package libesmtp
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/libesmtp/patches/patch-login_Makefile_am')
-rw-r--r-- | package/libesmtp/patches/patch-login_Makefile_am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libesmtp/patches/patch-login_Makefile_am b/package/libesmtp/patches/patch-login_Makefile_am new file mode 100644 index 000000000..4ba39571a --- /dev/null +++ b/package/libesmtp/patches/patch-login_Makefile_am @@ -0,0 +1,12 @@ + prevent doubly passing our CFLAGS +--- libesmtp-1.0.6.orig/login/Makefile.am 2010-08-08 17:45:56.000000000 +0200 ++++ libesmtp-1.0.6/login/Makefile.am 2014-06-05 22:29:47.310690185 +0200 +@@ -5,7 +5,7 @@ libdir = @plugindir@ + INCLUDES = -I@srcdir@ + + lib_LTLIBRARIES = sasl-login.la +-AM_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ ++AM_CFLAGS = @EXTRA_CFLAGS@ + + sasl_login_la_SOURCES = client-login.c + sasl_login_la_LDFLAGS = -module -avoid-version |