Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / 81 / 021a9043bf3e1de8b491812a4fd191c24bee00
1 Return-Path: <david@tethera.net>\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 247D5431FBF\r
6         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 17:48:02 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 IISPmUSEkUoO for <notmuch@notmuchmail.org>;\r
16         Fri,  9 May 2014 17:47:35 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 0C8E7431FBC\r
21         for <notmuch@notmuchmail.org>; Fri,  9 May 2014 17:47:35 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <david@tethera.net>)\r
24         id 1WivQh-0005Ao-1M; Sat, 10 May 2014 00:46:19 +0000\r
25 Received: (nullmailer pid 16280 invoked by uid 1000); Sat, 10 May 2014\r
26         00:46:00 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Tomi Ollila <tomi.ollila@iki.fi>, =?utf-8?B?WMSrY8Oy?= <xico@atelo.org>,\r
29         notmuch@notmuchmail.org\r
30 Subject: Re: pkg-config zlib check in 3c13bc\r
31 In-Reply-To: <m2r442oh5j.fsf@guru.guru-group.fi>\r
32 References: <20140506194025.GA17097@coyotlan.Tlalpan>\r
33         <m2mweuhcna.fsf@guru.guru-group.fi>\r
34         <87lhucv5b8.fsf@maritornes.cs.unb.ca>\r
35         <m2r442oh5j.fsf@guru.guru-group.fi>\r
36 User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Sat, 10 May 2014 09:46:00 +0900\r
39 Message-ID: <87a9aq5ulz.fsf@maritornes.cs.unb.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sat, 10 May 2014 00:48:02 -0000\r
55 \r
56 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
57 \r
58 >\r
59 > Actually my suggestion would be that if that pkg-config line for \r
60 > zlib does not work (btw why does it not work) \r
61 \r
62 I guess because FreeBSD (and maybe other systems) have a distinction \r
63 between the "base system" and "add on packages" and pkg-config only\r
64 works for the latter\r
65 \r
66 > try an option\r
67 > where zlib_cflags is expected to be empty and and zlib_ldflags -lz\r
68 > -- and try compile and run test program with those options\r
69 > then the test program is something like\r
70 >\r
71 > int main(void)\r
72 > {\r
73 >     return(ZLIB_VERNUM >= 0x1252);\r
74 > }\r
75 \r
76 OK, that sounds like it could work.  Ideally, somebody on FreeBSD could\r
77 check...\r
78 \r
79 d\r