0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Do not forget to propagate LDFLAGS from configure. Allows static linking,

among other things.
This commit is contained in:
Martin Mares 2004-08-19 09:15:36 +00:00
parent 7715f9d9ed
commit 27e3e5e0c9

View 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@