Re: Github?
[notmuch-archives.git] / 08 / d4de4999dc7de9d7a9c617c628922b163f8767
1 Return-Path: <too@guru-group.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 8876A431FBD\r
6         for <notmuch@notmuchmail.org>; Sat, 12 Apr 2014 09:30:36 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.791\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.791 tagged_above=-999 required=5\r
12         tests=[UPPERCASE_50_75=0.791] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 6KpBE5bhxVG1 for <notmuch@notmuchmail.org>;\r
16         Sat, 12 Apr 2014 09:30:31 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id AC6FB431FBC\r
19         for <notmuch@notmuchmail.org>; Sat, 12 Apr 2014 09:30:31 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 4E99A1000E1; Sat, 12 Apr 2014 19:30:24 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] configure: add $(ZLIB_CFLAGS) to CONFIGURE_CFLAGS\r
25 Date: Sat, 12 Apr 2014 19:30:22 +0300\r
26 Message-Id: <1397320222-27138-1-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.8.0\r
28 Cc: tomi.ollila@iki.fi\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Sat, 12 Apr 2014 16:30:36 -0000\r
42 \r
43 As it is defined in CONFIGURE_CXXFLAGS.\r
44 ---\r
45  configure | 1 +\r
46  1 file changed, 1 insertion(+)\r
47 \r
48 diff --git a/configure b/configure\r
49 index b8a3ce7..f447581 100755\r
50 --- a/configure\r
51 +++ b/configure\r
52 @@ -908,6 +908,7 @@ WITH_ZSH = ${WITH_ZSH}\r
53  \r
54  # Combined flags for compiling and linking against all of the above\r
55  CONFIGURE_CFLAGS = -DHAVE_GETLINE=\$(HAVE_GETLINE) \$(GMIME_CFLAGS)      \\\r
56 +                  \$(ZLIB_CFLAGS)                                       \\\r
57                    \$(TALLOC_CFLAGS) -DHAVE_VALGRIND=\$(HAVE_VALGRIND)   \\\r
58                    \$(VALGRIND_CFLAGS)                                   \\\r
59                    -DHAVE_STRCASESTR=\$(HAVE_STRCASESTR)                 \\\r
60 -- \r
61 1.8.0\r
62 \r