Re: [PATCH] build: Support Mac OS X 10.6.8
authorJ. Lewis Muir <jlmuir@imca-cat.org>
Wed, 1 Jul 2015 15:29:08 +0000 (10:29 +1900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:08 +0000 (14:49 -0700)
42/5fd10364de6676eb6c0f96690e88060c5d4d9e [new file with mode: 0644]

diff --git a/42/5fd10364de6676eb6c0f96690e88060c5d4d9e b/42/5fd10364de6676eb6c0f96690e88060c5d4d9e
new file mode 100644 (file)
index 0000000..dc65328
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <jlmuir@imca-cat.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 055DC6DE0943\r
+ for <notmuch@notmuchmail.org>; Wed,  1 Jul 2015 08:29:10 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.273\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.273 tagged_above=-999 required=5 tests=[AWL=0.273]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id F4nG_eqF87j8 for <notmuch@notmuchmail.org>;\r
+ Wed,  1 Jul 2015 08:29:07 -0700 (PDT)\r
+Received: from tuna.imca.aps.anl.gov (tuna.imca.aps.anl.gov [164.54.200.33])\r
+ by arlo.cworth.org (Postfix) with ESMTP id D37CD6DE0352\r
+ for <notmuch@notmuchmail.org>; Wed,  1 Jul 2015 08:29:06 -0700 (PDT)\r
+Received: from mink.imca.aps.anl.gov (seal.imca.aps.anl.gov [164.54.200.39])\r
+ by tuna.imca.aps.anl.gov (Postfix) with ESMTP id 58E0920067;\r
+ Wed,  1 Jul 2015 10:29:04 -0500 (CDT)\r
+Message-ID: <55940744.7050100@imca-cat.org>\r
+Date: Wed, 01 Jul 2015 10:29:08 -0500\r
+From: "J. Lewis Muir" <jlmuir@imca-cat.org>\r
+MIME-Version: 1.0\r
+To: Nate Eagleson <nate@nateeag.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] build: Support Mac OS X 10.6.8\r
+References: <1435699747-13591-1-git-send-email-nate@nateeag.com>\r
+ <1435699747-13591-2-git-send-email-nate@nateeag.com>\r
+In-Reply-To: <1435699747-13591-2-git-send-email-nate@nateeag.com>\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: 7bit\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Wed, 01 Jul 2015 15:29:10 -0000\r
+\r
+On 6/30/15 4:29 PM, Nate Eagleson wrote:\r
+> +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from\r
+> +# picking up notmuch's libutil.a. The best way to prefer our local\r
+> +# libutil.a is to specify it via absolute path, which should work on\r
+> +# all supported OSes.\r
+> +LIBUTIL_PATH=${srcdir}/util/libutil.a\r
+\r
+Hi, Nate.\r
+\r
+I think it would be better to make the above comment not specific to OS\r
+X, but instead just refer to "systems that have a built-in util library"\r
+or similar.  For example, NetBSD has a built-in util library [1].  I\r
+don't have access to a FreeBSD system, but it looks like FreeBSD might\r
+have a built-in util library too [2].\r
+\r
+Similarly for the one-line commit summary since this change is not\r
+specific to OS X.\r
+\r
+Regards,\r
+\r
+Lewis\r
+\r
+[1] http://netbsd.gw.com/cgi-bin/man-cgi?libutil++NetBSD-current\r
+[2] http://svnweb.freebsd.org/base/head/lib/libutil/Makefile?view=markup\r