--- /dev/null
+Return-Path: <cceleri@cs.stanford.edu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 0BBE0431FD5\r
+ for <notmuch@notmuchmail.org>; Tue, 6 May 2014 10:02:57 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 2HTIgmmqAWUY for <notmuch@notmuchmail.org>;\r
+ Tue, 6 May 2014 10:02:51 -0700 (PDT)\r
+Received: from qmta02.westchester.pa.mail.comcast.net\r
+ (qmta02.westchester.pa.mail.comcast.net [76.96.62.24])\r
+ by olra.theworths.org (Postfix) with ESMTP id 41B7D431FCB\r
+ for <notmuch@notmuchmail.org>; Tue, 6 May 2014 10:02:51 -0700 (PDT)\r
+Received: from omta23.westchester.pa.mail.comcast.net ([76.96.62.74])\r
+ by qmta02.westchester.pa.mail.comcast.net with comcast\r
+ id yccu1n0011c6gX851h2rMK; Tue, 06 May 2014 17:02:51 +0000\r
+Received: from jane.lan ([24.11.133.78])\r
+ by omta23.westchester.pa.mail.comcast.net with comcast\r
+ id yh2W1n00e1heoKc3jh2q20; Tue, 06 May 2014 17:02:51 +0000\r
+From: Charles Celerier <cceleri@cs.stanford.edu>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/5] test/Makefile.local: Added configured TALLOC_LDFLAGS.\r
+Date: Tue, 6 May 2014 13:02:24 -0400\r
+Message-Id: <1399395748-44920-2-git-send-email-cceleri@cs.stanford.edu>\r
+X-Mailer: git-send-email 1.8.5.2 (Apple Git-48)\r
+In-Reply-To: <1399395748-44920-1-git-send-email-cceleri@cs.stanford.edu>\r
+References: <1399395748-44920-1-git-send-email-cceleri@cs.stanford.edu>\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
+ s=q20140121; t=1399395771;\r
+ bh=psFzyxslewAZqoHymmptifZBdFLLtnAZo+T/oBdKqAA=;\r
+ h=Received:Received:From:To:Subject:Date:Message-Id;\r
+ b=XE+HaLEzUB4pzc8sz2FFfny20+o2AmEirfB+3Y+ZcfyIGMQIbM/Mm4Bmvd8tnu+vt\r
+ YA8lc4iJivHkfbmFbOvmUPwy2nPZ+SgaNmaScxcLgI/12bl5PxmkNrAPpuOczi1Ee8\r
+ zrtntZH7AK/wXbDAzG/qKil7xUDcd931OjvjoCQLgZTuH0ajKvUZmUrdLXFIORinsp\r
+ DHpQMXUBXmKzREcmuDQly/Rw1Y1q4iGMXyw1shdAFYZKv6DsiW385oJPPy7ola8w4S\r
+ aCs3pZGcD+SRt0Zdib034NRCcEzQ06S87/mxpewUpB19nNJfpHGiMpLqn3KWh6Ewm6\r
+ WH1lNTs4iiu0Q==\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Tue, 06 May 2014 17:02:57 -0000\r
+\r
+The linking to talloc is hard-coded in the testing Makefile. This patch\r
+causes the linking to talloc to be done according to how TALLOC_LDFLAGS\r
+was configured.\r
+\r
+Signed-off-by: Charles Celerier <cceleri@cs.stanford.edu>\r
+---\r
+ test/Makefile.local | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/test/Makefile.local b/test/Makefile.local\r
+index 987441f..d622eaf 100644\r
+--- a/test/Makefile.local\r
++++ b/test/Makefile.local\r
+@@ -16,7 +16,7 @@ $(dir)/arg-test: $(dir)/arg-test.o command-line-arguments.o util/libutil.a\r
+ $(call quiet,CC) $^ -o $@\r
+ \r
+ $(dir)/hex-xcode: $(dir)/hex-xcode.o command-line-arguments.o util/libutil.a\r
+- $(call quiet,CC) $^ -o $@ -ltalloc\r
++ $(call quiet,CC) $^ $(TALLOC_LDFLAGS) -o $@\r
+ \r
+ random_corpus_deps = $(dir)/random-corpus.o $(dir)/database-test.o \\r
+ notmuch-config.o command-line-arguments.o \\r
+-- \r
+1.8.5.2 (Apple Git-48)\r
+\r