From 19d205a8dae7f7bc1e6a8dc8177804417b0b2fa6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 7 Oct 2012 13:25:46 +0200 Subject: Makefile: Honor LDFLAGS Signed-off-by: Florian Pritz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 147e08d..e33c1a6 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ fb: fb.in chmod 755 $@ fb-helper: fb-helper.c - $(CC) $(CFLAGS) $(LIBCURL) -DVERSION=\"$(VERSION)\" -o $@ $< + $(CC) $(CFLAGS) $(LDFLAGS) -DVERSION=\"$(VERSION)\" -o $@ $< $(LIBCURL) clean: rm -f fb fb-helper -- cgit v1.2.3-24-g4f1b