diff options
author | Martin Mares <mj@ucw.cz> | 2004-08-19 11:15:36 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-08-19 11:15:36 +0200 |
commit | 27e3e5e0c95b068111bf00d7dceb473dc77a93f2 (patch) | |
tree | 2a78fc9cf1b341b66517fb87efe2829efd3f23d6 | |
parent | 7715f9d9edb2cd5a230424881b1d5ec4e842738a (diff) | |
download | bird-27e3e5e0c95b068111bf00d7dceb473dc77a93f2.tar bird-27e3e5e0c95b068111bf00d7dceb473dc77a93f2.zip |
Do not forget to propagate LDFLAGS from configure. Allows static linking,
among other things.
-rw-r--r-- | tools/Rules.in | 2 |
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@ |