From 7cd4728fbfc3cbd3d8389045964cd7361b3525de Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Mon, 7 Oct 2013 14:27:08 +0100 Subject: [PATCH] [build] add LDFLAGS to thin_metadata_size --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1781abf..f240904 100644 --- a/Makefile.in +++ b/Makefile.in @@ -220,7 +220,7 @@ thin_rmap: $(THIN_RMAP_OBJECTS) thin-provisioning/thin_rmap.o thin_metadata_size: thin-provisioning/thin_metadata_size.o @echo " [LD] $@" - $(V) $(CC) $(CFLAGS) -o $@ $+ -lm + $(V) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ -lm #---------------------------------------------------------------- # Cache tools