[PATCH] Actually respect LDFLAGS as we say in the ./configure help

Subject: [PATCH] Actually respect LDFLAGS as we say in the ./configure help

Date: Fri, 30 Apr 2010 20:52:40 +0200

To: notmuch@notmuchmail.org

Cc:

From: Tomas Carnecky


Signed-off-by: Tomas Carnecky <tom@dbservice.com>
---
 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


Thread: