--- /dev/null
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 1F458431FAF\r
+ for <notmuch@notmuchmail.org>; Fri, 18 Apr 2014 01:29:35 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id FO4RRB6rYlQr for <notmuch@notmuchmail.org>;\r
+ Fri, 18 Apr 2014 01:29:28 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by olra.theworths.org (Postfix) with ESMTP id 03928431FAE\r
+ for <notmuch@notmuchmail.org>; Fri, 18 Apr 2014 01:29:28 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id ACDF010008F;\r
+ Fri, 18 Apr 2014 11:29:23 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: astreib@indiana.edu\r
+Subject: Re: [SUPPORTIVE PATCH 0.17.200] build and use statically linked\r
+ zlib-1.2.8 with notmuch\r
+In-Reply-To: <1397809386-23356-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <877g6ny3iw.fsf@maritornes.cs.unb.ca>\r
+ <1397809386-23356-1-git-send-email-tomi.ollila@iki.fi>\r
+User-Agent: Notmuch/0.17+201~g56da2d6 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Fri, 18 Apr 2014 11:29:23 +0300\r
+Message-ID: <m2sipb3usc.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 18 Apr 2014 08:29:35 -0000\r
+\r
+On Fri, Apr 18 2014, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
+\r
+> =C2=A1=C2=A1 NOT TO BE MERGED TO NOTMUCH REPOSITORY !!\r
+>\r
+> (Due to its intrusive nature this patch is not suitable for merging.)\r
+\r
+...\r
+\r
+> --- a/configure\r
+> +++ b/configure\r
+> @@ -342,6 +342,13 @@ fi\r
+>=20=20\r
+> printf "Checking for zlib (>=3D 1.2.5.2)... "\r
+> have_zlib=3D0\r
+> +# XXX unofficial supportive patch to use self-built zlib XXX\r
+> +printf "Checking/building zlib 1.2.8:\n"\r
+> +(cd compat; exec ../"$srcdir"/compat/build-zlib.py)\r
+\r
+... and next version will check whether "$srcdir" starts with '/'\r
+--- fix it by hand if you have problems there...\r
+\r
+Tomi\r
+\r
+> +have_zlib=3D1\r
+> +zlib_cflags=3D"-I ./compat/zlib-1.2.8"\r
+> +zlib_ldflags=3D\r
+> +: ||\r
+> if pkg-config --atleast-version=3D1.2.5.2 zlib; then\r
+> printf "Yes.\n"\r
+> have_zlib=3D1\r
+> --=20\r
+> 1.8.0\r