From: Martin Mares Date: Thu, 19 Aug 2004 09:15:36 +0000 (+0000) Subject: Do not forget to propagate LDFLAGS from configure. Allows static linking, X-Git-Tag: v1.2.0~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e3e5e0c95b068111bf00d7dceb473dc77a93f2;p=thirdparty%2Fbird.git Do not forget to propagate LDFLAGS from configure. Allows static linking, among other things. --- diff --git a/tools/Rules.in b/tools/Rules.in index 0df0feeb3..79a15fac3 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@