summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-08-19 11:15:36 +0200
committerMartin Mares <mj@ucw.cz>2004-08-19 11:15:36 +0200
commit27e3e5e0c95b068111bf00d7dceb473dc77a93f2 (patch)
tree2a78fc9cf1b341b66517fb87efe2829efd3f23d6 /tools
parent7715f9d9edb2cd5a230424881b1d5ec4e842738a (diff)
downloadbird-27e3e5e0c95b068111bf00d7dceb473dc77a93f2.tar
bird-27e3e5e0c95b068111bf00d7dceb473dc77a93f2.zip
Do not forget to propagate LDFLAGS from configure. Allows static linking,
among other things.
Diffstat (limited to 'tools')
-rw-r--r--tools/Rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Rules.in b/tools/Rules.in
index 0df0fee..79a15fa 100644
--- a/tools/Rules.in
+++ b/tools/Rules.in
@@ -21,7 +21,7 @@ clean-dirs:=$(all-dirs) proto sysdep
CPPFLAGS=-I$(root-rel) -I$(srcdir) @CPPFLAGS@
CFLAGS=$(CPPFLAGS) @CFLAGS@
-LDFLAGS=
+LDFLAGS=@LDFLAGS@
LIBS=@LIBS@
CLIENT_LIBS=@CLIENT_LIBS@
CC=@CC@