Re: [PATCH v2 04/16] Provide _notmuch_crypto_{set,get}_gpg_path
[notmuch-archives.git] / 42 / 5fd10364de6676eb6c0f96690e88060c5d4d9e
1 Return-Path: <jlmuir@imca-cat.org>\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 arlo.cworth.org (Postfix) with ESMTP id 055DC6DE0943\r
6  for <notmuch@notmuchmail.org>; Wed,  1 Jul 2015 08:29:10 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.273\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.273 tagged_above=-999 required=5 tests=[AWL=0.273]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id F4nG_eqF87j8 for <notmuch@notmuchmail.org>;\r
16  Wed,  1 Jul 2015 08:29:07 -0700 (PDT)\r
17 Received: from tuna.imca.aps.anl.gov (tuna.imca.aps.anl.gov [164.54.200.33])\r
18  by arlo.cworth.org (Postfix) with ESMTP id D37CD6DE0352\r
19  for <notmuch@notmuchmail.org>; Wed,  1 Jul 2015 08:29:06 -0700 (PDT)\r
20 Received: from mink.imca.aps.anl.gov (seal.imca.aps.anl.gov [164.54.200.39])\r
21  by tuna.imca.aps.anl.gov (Postfix) with ESMTP id 58E0920067;\r
22  Wed,  1 Jul 2015 10:29:04 -0500 (CDT)\r
23 Message-ID: <55940744.7050100@imca-cat.org>\r
24 Date: Wed, 01 Jul 2015 10:29:08 -0500\r
25 From: "J. Lewis Muir" <jlmuir@imca-cat.org>\r
26 MIME-Version: 1.0\r
27 To: Nate Eagleson <nate@nateeag.com>, notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH] build: Support Mac OS X 10.6.8\r
29 References: <1435699747-13591-1-git-send-email-nate@nateeag.com>\r
30  <1435699747-13591-2-git-send-email-nate@nateeag.com>\r
31 In-Reply-To: <1435699747-13591-2-git-send-email-nate@nateeag.com>\r
32 Content-Type: text/plain; charset=utf-8\r
33 Content-Transfer-Encoding: 7bit\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.18\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38  <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Wed, 01 Jul 2015 15:29:10 -0000\r
47 \r
48 On 6/30/15 4:29 PM, Nate Eagleson wrote:\r
49 > +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from\r
50 > +# picking up notmuch's libutil.a. The best way to prefer our local\r
51 > +# libutil.a is to specify it via absolute path, which should work on\r
52 > +# all supported OSes.\r
53 > +LIBUTIL_PATH=${srcdir}/util/libutil.a\r
54 \r
55 Hi, Nate.\r
56 \r
57 I think it would be better to make the above comment not specific to OS\r
58 X, but instead just refer to "systems that have a built-in util library"\r
59 or similar.  For example, NetBSD has a built-in util library [1].  I\r
60 don't have access to a FreeBSD system, but it looks like FreeBSD might\r
61 have a built-in util library too [2].\r
62 \r
63 Similarly for the one-line commit summary since this change is not\r
64 specific to OS X.\r
65 \r
66 Regards,\r
67 \r
68 Lewis\r
69 \r
70 [1] http://netbsd.gw.com/cgi-bin/man-cgi?libutil++NetBSD-current\r
71 [2] http://svnweb.freebsd.org/base/head/lib/libutil/Makefile?view=markup\r