[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 0b / 642cec236ebaaccf88f5e6ec2b1cf180b1b620
1 Return-Path: <stewart@flamingspork.com>\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 B70854196F4\r
6         for <notmuch@notmuchmail.org>; Wed,  5 May 2010 22:03:18 -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.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
12         autolearn=ham\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 LZD-ccRm5prC for <notmuch@notmuchmail.org>;\r
16         Wed,  5 May 2010 22:03:18 -0700 (PDT)\r
17 Received: from kaylee.flamingspork.com (kaylee.flamingspork.com\r
18         [74.207.245.61])\r
19         by olra.theworths.org (Postfix) with ESMTP id D9323431FC1\r
20         for <notmuch@notmuchmail.org>; Wed,  5 May 2010 22:03:17 -0700 (PDT)\r
21 Received: from willster (localhost [127.0.0.1])\r
22         by kaylee.flamingspork.com (Postfix) with ESMTPS id 3BBA36396;\r
23         Thu,  6 May 2010 04:57:11 +0000 (UTC)\r
24 Received: by willster (Postfix, from userid 1000)\r
25         id 2674A10ADABE; Thu,  6 May 2010 15:03:14 +1000 (EST)\r
26 From: Stewart Smith <stewart@flamingspork.com>\r
27 To: Carl Worth <cworth@cworth.org>, Ben Gamari <bgamari.foss@gmail.com>,\r
28         notmuch <notmuch@notmuchmail.org>\r
29 Subject: Re: [PATCH] Fix linker error from insufficient LDFLAGS\r
30 In-Reply-To: <8739yloema.fsf@yoom.home.cworth.org>\r
31 References: <1271974827-10978-1-git-send-email-bgamari.foss@gmail.com>\r
32         <1271974827-10978-2-git-send-email-bgamari.foss@gmail.com>\r
33         <8739yloema.fsf@yoom.home.cworth.org>\r
34 Date: Thu, 06 May 2010 15:03:14 +1000\r
35 Message-ID: <87wrvhy63x.fsf@willster.local.flamingspork.com>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Thu, 06 May 2010 05:03:18 -0000\r
51 \r
52 On Fri, 23 Apr 2010 17:53:17 -0700, Carl Worth <cworth@cworth.org> wrote:\r
53 > On Thu, 22 Apr 2010 18:20:27 -0400, Ben Gamari <bgamari.foss@gmail.com> wrote:\r
54 > > It seems that LDFLAGS have recently been reorganized, along with the\r
55 > > introduction of a notmuch-shared rule. Unfortunately, the LDFLAGS used\r
56 > > in notmuch-shared don't include CONFIGURE_LDFLAGS. This caused linking\r
57 > > to fail with the following,\r
58\r
59 > What system is this on?\r
60 \r
61 I got this. Ubuntu 9.10 with gold as linker:\r
62 $ ld --version\r
63 GNU gold (GNU Binutils for Ubuntu 2.20) 1.9\r
64 \r
65 which could be what's causing it?\r
66 \r
67 anyway, this patch fixed linking for me.\r
68 \r
69 -- \r
70 Stewart Smith\r