From 115fb0581e4b3de6595f1d8720dddcf114d1c4ed Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 11 May 2014 16:13:00 +1900 Subject: [PATCH] RE: [PATCH 1/2] configure: add a fallback check for zlib --- 22/4c662932d387cfa4ff22c711d46274a8a9f316 | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 22/4c662932d387cfa4ff22c711d46274a8a9f316 diff --git a/22/4c662932d387cfa4ff22c711d46274a8a9f316 b/22/4c662932d387cfa4ff22c711d46274a8a9f316 new file mode 100644 index 000000000..f57ac1a38 --- /dev/null +++ b/22/4c662932d387cfa4ff22c711d46274a8a9f316 @@ -0,0 +1,81 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 15CB8431FC2 + for ; Sat, 10 May 2014 14:13:12 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id FooC9B7xUsiG for ; + Sat, 10 May 2014 14:13:07 -0700 (PDT) +Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com + [209.85.214.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id ACD77431FBF + for ; Sat, 10 May 2014 14:13:07 -0700 (PDT) +Received: by mail-ob0-f179.google.com with SMTP id gq1so6456836obb.24 + for ; Sat, 10 May 2014 14:13:07 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=date:from:to:message-id:in-reply-to:references:subject:mime-version + :content-type:content-transfer-encoding; + bh=RUW44bCQpwBql0mifXOO5qs3LwDp4S1wkxaFfnPD2b8=; + b=ie/j5N9AQCIRnyghFBFCS3enp0xj7V6aBJc6LJVW8wVHSOO4ttOh40V/jYpUGeuvr8 + zGJJjrdMqrtpLJgdSzaCSCxfjHRRUNglO1UwlZSG3HbDRUw6mII9gIg9vVusC9xY3Yir + fT/VCCdRJcvdIvb+GC8duitz5paggCKt0+RWNG6mJ+0pILS58qvypDmP6jI8gjOSg1To + /Xeu5xtHEiNlsALcIB9kzKrytASLKk1wrT1KqZe3loxfnsG7XPNke4rHSlF5gtaVatD8 + WRU9HJD3jznh8LDWFgK32uFNzh/H6eFatWgjWhxw+EGMvROmqeHMjcKiPievYnaqDgfZ + S0lg== +X-Received: by 10.60.15.38 with SMTP id u6mr23529471oec.26.1399756387122; + Sat, 10 May 2014 14:13:07 -0700 (PDT) +Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40]) + by mx.google.com with ESMTPSA id + qp6sm10784305obb.14.2014.05.10.14.13.03 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sat, 10 May 2014 14:13:05 -0700 (PDT) +Date: Sat, 10 May 2014 16:13:00 -0500 +From: Felipe Contreras +To: =?UTF-8?B?WMSrY8Oy?= , + notmuch@notmuchmail.org +Message-ID: <536e965c9415e_300d7772fc9@nysa.notmuch> +In-Reply-To: <1399753646-3026-1-git-send-email-xico@atelo.org> +References: <1399753646-3026-1-git-send-email-xico@atelo.org> +Subject: RE: [PATCH 1/2] configure: add a fallback check for zlib +Mime-Version: 1.0 +Content-Type: text/plain; + charset=utf-8 +Content-Transfer-Encoding: quoted-printable +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 10 May 2014 21:13:12 -0000 + +X=C4=ABc=C3=B2 wrote: +> Since zlib is part of the base system, FreeBSD chose not to register it= + +> in pkg-config through zlib.pc. As a fallback test, configure will build= + +> and run a zlib version check and make sure the header and library +> versions are compatible. + +We could try to generate our on zlib.pc, this way the configure script +would be cleaner. + +-- = + +Felipe Contreras= -- 2.26.2