Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9d / d1a6556498ab471c64d73f30624c814e525f4b
1 Return-Path: <cworth@cworth.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 olra.theworths.org (Postfix) with ESMTP id E482B4196F2\r
6         for <notmuch@notmuchmail.org>; Wed, 14 Apr 2010 11:04:12 -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: -2.89\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.89 tagged_above=-999 required=5\r
12         tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, T_MIME_NO_TEXT=0.01]\r
13         autolearn=ham\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 1iddUZ8TOiw9; Wed, 14 Apr 2010 11:04:12 -0700 (PDT)\r
17 Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
18         by olra.theworths.org (Postfix) with ESMTP id 3E109431FC1;\r
19         Wed, 14 Apr 2010 11:04:12 -0700 (PDT)\r
20 Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
21         id ED6BD568DE1; Wed, 14 Apr 2010 11:04:11 -0700 (PDT)\r
22 From: Carl Worth <cworth@cworth.org>\r
23 To: Aaron Ecay <aaronecay@gmail.com>, notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH 4/4] Add CONFIGURE_LDFLAGS to the notmuch-shared buld\r
25         command line.\r
26 In-Reply-To: <1271029494-89014-4-git-send-email-aaronecay@gmail.com>\r
27 References: <4bc25ea0.86c3f10a.45a3.ffff80d3@mx.google.com>\r
28         <1271029494-89014-4-git-send-email-aaronecay@gmail.com>\r
29 Date: Wed, 14 Apr 2010 11:04:11 -0700\r
30 Message-ID: <87r5mhgbc4.fsf@yoom.home.cworth.org>\r
31 MIME-Version: 1.0\r
32 Content-Type: multipart/signed; boundary="=-=-=";\r
33         micalg=pgp-sha1; protocol="application/pgp-signature"\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.13\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, 14 Apr 2010 18:04:13 -0000\r
47 \r
48 --=-=-=\r
49 \r
50 On Sun, 11 Apr 2010 19:44:54 -0400, Aaron Ecay <aaronecay@gmail.com> wrote:\r
51 > Otherwise, symbol not found errors result on OS X.  I am not sure\r
52 > this is the correct solution for the problem, but it gets the build\r
53 > working.\r
54 ...\r
55 > -FINAL_NOTMUCH_LDFLAGS = $(LDFLAGS) -Llib -lnotmuch\r
56 > +FINAL_NOTMUCH_LDFLAGS = $(LDFLAGS) -Llib -lnotmuch $(CONFIGURE_LDFLAGS)\r
57 >  FINAL_LIBNOTMUCH_LDFLAGS = $(LDFLAGS) $(CONFIGURE_LDFLAGS)\r
58 \r
59 As I mentioned earlier in the thread, this isn't the correct solution\r
60 for Linux. Previously we had just FINAL_LDFLAGS that were used for both\r
61 the binary and the library. We split this into FINAL_NOTMUCH_LDFLAGS and\r
62 FINAL_LIBNOTMUCH_LDFLAGS precisely to avoid excess library dependencies\r
63 on Linux.\r
64 \r
65 So the above patch would undo that which is not what we want.\r
66 \r
67 -Carl\r
68 \r
69 --=-=-=\r
70 Content-Type: application/pgp-signature\r
71 \r
72 -----BEGIN PGP SIGNATURE-----\r
73 Version: GnuPG v1.4.10 (GNU/Linux)\r
74 \r
75 iD8DBQFLxgOb6JDdNq8qSWgRAuz/AJ9fMosI3hlbUEuFk0r3k1Jtx7dtSgCfSZ00\r
76 VOGaM4gcTOkfrYm6T2+bAR0=\r
77 =BUYw\r
78 -----END PGP SIGNATURE-----\r
79 --=-=-=--\r