]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Do not forget to propagate LDFLAGS from configure. Allows static linking,
authorMartin Mares <mj@ucw.cz>
Thu, 19 Aug 2004 09:15:36 +0000 (09:15 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 19 Aug 2004 09:15:36 +0000 (09:15 +0000)
among other things.

tools/Rules.in

index 0df0feeb3df8611d65b0eb5388fbde2122a63788..79a15fac37ffc77e974a6a3ab3f5ae8df5e8dc11 100644 (file)
@@ -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@