Re: Deduplication ?
[notmuch-archives.git] / 10 / 8c4c93d4396641b6cbf5be837f64a393217d13
1 Return-Path: <tomi.ollila@iki.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 1F458431FAF\r
6         for <notmuch@notmuchmail.org>; Fri, 18 Apr 2014 01:29:35 -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 FO4RRB6rYlQr for <notmuch@notmuchmail.org>;\r
16         Fri, 18 Apr 2014 01:29:28 -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 03928431FAE\r
19         for <notmuch@notmuchmail.org>; Fri, 18 Apr 2014 01:29:28 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id ACDF010008F;\r
22         Fri, 18 Apr 2014 11:29:23 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: astreib@indiana.edu\r
25 Subject: Re: [SUPPORTIVE PATCH 0.17.200] build and use statically linked\r
26         zlib-1.2.8 with notmuch\r
27 In-Reply-To: <1397809386-23356-1-git-send-email-tomi.ollila@iki.fi>\r
28 References: <877g6ny3iw.fsf@maritornes.cs.unb.ca>\r
29         <1397809386-23356-1-git-send-email-tomi.ollila@iki.fi>\r
30 User-Agent: Notmuch/0.17+201~g56da2d6 (http://notmuchmail.org) Emacs/24.3.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Fri, 18 Apr 2014 11:29:23 +0300\r
36 Message-ID: <m2sipb3usc.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=utf-8\r
39 Content-Transfer-Encoding: quoted-printable\r
40 Cc: notmuch@notmuchmail.org\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Fri, 18 Apr 2014 08:29:35 -0000\r
54 \r
55 On Fri, Apr 18 2014, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
56 \r
57 > =C2=A1=C2=A1 NOT TO BE MERGED TO NOTMUCH REPOSITORY !!\r
58 >\r
59 > (Due to its intrusive nature this patch is not suitable for merging.)\r
60 \r
61 ...\r
62 \r
63 > --- a/configure\r
64 > +++ b/configure\r
65 > @@ -342,6 +342,13 @@ fi\r
66 >=20=20\r
67 >  printf "Checking for zlib (>=3D 1.2.5.2)... "\r
68 >  have_zlib=3D0\r
69 > +# XXX unofficial supportive patch to use self-built zlib XXX\r
70 > +printf "Checking/building zlib 1.2.8:\n"\r
71 > +(cd compat; exec ../"$srcdir"/compat/build-zlib.py)\r
72 \r
73 ... and next version will check whether "$srcdir" starts with '/'\r
74 --- fix it by hand if you have problems there...\r
75 \r
76 Tomi\r
77 \r
78 > +have_zlib=3D1\r
79 > +zlib_cflags=3D"-I ./compat/zlib-1.2.8"\r
80 > +zlib_ldflags=3D\r
81 > +: ||\r
82 >  if pkg-config --atleast-version=3D1.2.5.2 zlib; then\r
83 >      printf "Yes.\n"\r
84 >      have_zlib=3D1\r
85 > --=20\r
86 > 1.8.0\r