Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / ac / 65ffe7b8d2780686d72429e00ce9358d5a0f06
1 Return-Path: <cceleri@cs.stanford.edu>\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 0BBE0431FD5\r
6         for <notmuch@notmuchmail.org>; Tue,  6 May 2014 10:02:57 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\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 2HTIgmmqAWUY for <notmuch@notmuchmail.org>;\r
17         Tue,  6 May 2014 10:02:51 -0700 (PDT)\r
18 Received: from qmta02.westchester.pa.mail.comcast.net\r
19         (qmta02.westchester.pa.mail.comcast.net [76.96.62.24])\r
20         by olra.theworths.org (Postfix) with ESMTP id 41B7D431FCB\r
21         for <notmuch@notmuchmail.org>; Tue,  6 May 2014 10:02:51 -0700 (PDT)\r
22 Received: from omta23.westchester.pa.mail.comcast.net ([76.96.62.74])\r
23         by qmta02.westchester.pa.mail.comcast.net with comcast\r
24         id yccu1n0011c6gX851h2rMK; Tue, 06 May 2014 17:02:51 +0000\r
25 Received: from jane.lan ([24.11.133.78])\r
26         by omta23.westchester.pa.mail.comcast.net with comcast\r
27         id yh2W1n00e1heoKc3jh2q20; Tue, 06 May 2014 17:02:51 +0000\r
28 From: Charles Celerier <cceleri@cs.stanford.edu>\r
29 To: notmuch@notmuchmail.org\r
30 Subject: [PATCH 1/5] test/Makefile.local: Added configured TALLOC_LDFLAGS.\r
31 Date: Tue,  6 May 2014 13:02:24 -0400\r
32 Message-Id: <1399395748-44920-2-git-send-email-cceleri@cs.stanford.edu>\r
33 X-Mailer: git-send-email 1.8.5.2 (Apple Git-48)\r
34 In-Reply-To: <1399395748-44920-1-git-send-email-cceleri@cs.stanford.edu>\r
35 References: <1399395748-44920-1-git-send-email-cceleri@cs.stanford.edu>\r
36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
37         s=q20140121; t=1399395771;\r
38         bh=psFzyxslewAZqoHymmptifZBdFLLtnAZo+T/oBdKqAA=;\r
39         h=Received:Received:From:To:Subject:Date:Message-Id;\r
40         b=XE+HaLEzUB4pzc8sz2FFfny20+o2AmEirfB+3Y+ZcfyIGMQIbM/Mm4Bmvd8tnu+vt\r
41         YA8lc4iJivHkfbmFbOvmUPwy2nPZ+SgaNmaScxcLgI/12bl5PxmkNrAPpuOczi1Ee8\r
42         zrtntZH7AK/wXbDAzG/qKil7xUDcd931OjvjoCQLgZTuH0ajKvUZmUrdLXFIORinsp\r
43         DHpQMXUBXmKzREcmuDQly/Rw1Y1q4iGMXyw1shdAFYZKv6DsiW385oJPPy7ola8w4S\r
44         aCs3pZGcD+SRt0Zdib034NRCcEzQ06S87/mxpewUpB19nNJfpHGiMpLqn3KWh6Ewm6\r
45         WH1lNTs4iiu0Q==\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Tue, 06 May 2014 17:02:57 -0000\r
59 \r
60 The linking to talloc is hard-coded in the testing Makefile. This patch\r
61 causes the linking to talloc to be done according to how TALLOC_LDFLAGS\r
62 was configured.\r
63 \r
64 Signed-off-by: Charles Celerier <cceleri@cs.stanford.edu>\r
65 ---\r
66  test/Makefile.local | 2 +-\r
67  1 file changed, 1 insertion(+), 1 deletion(-)\r
68 \r
69 diff --git a/test/Makefile.local b/test/Makefile.local\r
70 index 987441f..d622eaf 100644\r
71 --- a/test/Makefile.local\r
72 +++ b/test/Makefile.local\r
73 @@ -16,7 +16,7 @@ $(dir)/arg-test: $(dir)/arg-test.o command-line-arguments.o util/libutil.a\r
74         $(call quiet,CC) $^ -o $@\r
75  \r
76  $(dir)/hex-xcode: $(dir)/hex-xcode.o command-line-arguments.o util/libutil.a\r
77 -       $(call quiet,CC) $^ -o $@ -ltalloc\r
78 +       $(call quiet,CC) $^ $(TALLOC_LDFLAGS) -o $@\r
79  \r
80  random_corpus_deps =  $(dir)/random-corpus.o  $(dir)/database-test.o \\r
81                         notmuch-config.o command-line-arguments.o \\r
82 -- \r
83 1.8.5.2 (Apple Git-48)\r
84 \r