Re: [PATCH] adds getline and getdelim to notmuch.sym if not provided by OS
[notmuch-archives.git] / 5e / 16ef46a2cbbebb905cd65592679cd367993a16
1 Return-Path: <tomc@caurea.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 6C597418C36\r
6         for <notmuch@notmuchmail.org>; Fri, 30 Apr 2010 11:52:38 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] 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 5mkwCBGlG0dX for <notmuch@notmuchmail.org>;\r
16         Fri, 30 Apr 2010 11:52:37 -0700 (PDT)\r
17 Received: from scotch.caurea.org (ks311007.kimsufi.com [188.165.197.188])\r
18         by olra.theworths.org (Postfix) with ESMTP id 30FEF431FC1\r
19         for <notmuch@notmuchmail.org>; Fri, 30 Apr 2010 11:52:37 -0700 (PDT)\r
20 Received: by scotch.caurea.org (Postfix, from userid 101)\r
21         id 7D583131A97; Fri, 30 Apr 2010 20:52:57 +0200 (CEST)\r
22 From: Tomas Carnecky <tom@dbservice.com>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH] Actually respect LDFLAGS as we say in the ./configure help\r
25 Date: Fri, 30 Apr 2010 20:52:40 +0200\r
26 Message-Id: <1272653560-4988-1-git-send-email-tom@dbservice.com>\r
27 X-Mailer: git-send-email 1.7.1\r
28 X-BeenThere: notmuch@notmuchmail.org\r
29 X-Mailman-Version: 2.1.13\r
30 Precedence: list\r
31 List-Id: "Use and development of the notmuch mail system."\r
32         <notmuch.notmuchmail.org>\r
33 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
35 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
36 List-Post: <mailto:notmuch@notmuchmail.org>\r
37 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
38 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
40 X-List-Received-Date: Fri, 30 Apr 2010 18:52:38 -0000\r
41 \r
42 \r
43 Signed-off-by: Tomas Carnecky <tom@dbservice.com>\r
44 ---\r
45  configure |    3 +++\r
46  1 files changed, 3 insertions(+), 0 deletions(-)\r
47 \r
48 diff --git a/configure b/configure\r
49 index 91e08dd..0153655 100755\r
50 --- a/configure\r
51 +++ b/configure\r
52 @@ -400,6 +400,9 @@ CFLAGS = ${CFLAGS}\r
53  # Default FLAGS for C++ compiler (can be overridden by user such as "make CXXFLAGS=-g")\r
54  CXXFLAGS = ${CXXFLAGS}\r
55  \r
56 +# Default FLAGS for the linker (can be overridden by user such as "make LDFLAGS=-uhm,whatever")\r
57 +LDFLAGS = ${LDFLAGS}\r
58 +\r
59  # Flags to enable warnings when using the C++ compiler\r
60  WARN_CXXFLAGS=-Wall -Wextra -Wwrite-strings -Wswitch-enum\r
61  \r
62 -- \r
63 1.7.1\r
64 \r