Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 6C597418C36 for ; Fri, 30 Apr 2010 11:52:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5mkwCBGlG0dX for ; Fri, 30 Apr 2010 11:52:37 -0700 (PDT) Received: from scotch.caurea.org (ks311007.kimsufi.com [188.165.197.188]) by olra.theworths.org (Postfix) with ESMTP id 30FEF431FC1 for ; Fri, 30 Apr 2010 11:52:37 -0700 (PDT) Received: by scotch.caurea.org (Postfix, from userid 101) id 7D583131A97; Fri, 30 Apr 2010 20:52:57 +0200 (CEST) From: Tomas Carnecky To: notmuch@notmuchmail.org Subject: [PATCH] Actually respect LDFLAGS as we say in the ./configure help Date: Fri, 30 Apr 2010 20:52:40 +0200 Message-Id: <1272653560-4988-1-git-send-email-tom@dbservice.com> X-Mailer: git-send-email 1.7.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2010 18:52:38 -0000 Signed-off-by: Tomas Carnecky --- configure | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 91e08dd..0153655 100755 --- a/configure +++ b/configure @@ -400,6 +400,9 @@ CFLAGS = ${CFLAGS} # Default FLAGS for C++ compiler (can be overridden by user such as "make CXXFLAGS=-g") CXXFLAGS = ${CXXFLAGS} +# Default FLAGS for the linker (can be overridden by user such as "make LDFLAGS=-uhm,whatever") +LDFLAGS = ${LDFLAGS} + # Flags to enable warnings when using the C++ compiler WARN_CXXFLAGS=-Wall -Wextra -Wwrite-strings -Wswitch-enum -- 1.7.1