unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/1] configure: add $(ZLIB_CFLAGS) to CONFIGURE_CFLAGS
@ 2014-04-12 16:30 Tomi Ollila
  0 siblings, 0 replies; only message in thread
From: Tomi Ollila @ 2014-04-12 16:30 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

As it is defined in CONFIGURE_CXXFLAGS.
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index b8a3ce7..f447581 100755
--- a/configure
+++ b/configure
@@ -908,6 +908,7 @@ WITH_ZSH = ${WITH_ZSH}
 
 # Combined flags for compiling and linking against all of the above
 CONFIGURE_CFLAGS = -DHAVE_GETLINE=\$(HAVE_GETLINE) \$(GMIME_CFLAGS)      \\
+		   \$(ZLIB_CFLAGS)					 \\
 		   \$(TALLOC_CFLAGS) -DHAVE_VALGRIND=\$(HAVE_VALGRIND)   \\
 		   \$(VALGRIND_CFLAGS)                                   \\
 		   -DHAVE_STRCASESTR=\$(HAVE_STRCASESTR)                 \\
-- 
1.8.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-12 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-12 16:30 [PATCH 1/1] configure: add $(ZLIB_CFLAGS) to CONFIGURE_CFLAGS Tomi Ollila

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).