summaryrefslogtreecommitdiff
path: root/package/libesmtp/patches/patch-Makefile_am
blob: f2f3d9dacc2005b43be3835f78f622cee5f7f43b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	prevent doubly passing our CFLAGS
--- libesmtp-1.0.6.orig/Makefile.am	2010-08-09 22:25:24.000000000 +0200
+++ libesmtp-1.0.6/Makefile.am	2014-06-05 22:29:30.049704289 +0200
@@ -4,7 +4,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