patch-plain_Makefile_in 511 B

123456789101112
  1. prevent doubly passing our CFLAGS
  2. --- libesmtp-1.0.6.orig/plain/Makefile.in 2010-08-09 22:25:56.000000000 +0200
  3. +++ libesmtp-1.0.6/plain/Makefile.in 2014-06-05 22:27:42.146792037 +0200
  4. @@ -226,7 +226,7 @@ top_build_prefix = @top_build_prefix@
  5. top_builddir = @top_builddir@
  6. top_srcdir = @top_srcdir@
  7. INCLUDES = -I@srcdir@
  8. -AM_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
  9. +AM_CFLAGS = @EXTRA_CFLAGS@
  10. lib_LTLIBRARIES = sasl-plain.la
  11. sasl_plain_la_SOURCES = client-plain.c
  12. sasl_plain_la_LDFLAGS = -module -avoid-version