From: David Sterba Date: Fri, 19 Dec 2014 13:59:22 +0000 (+0100) Subject: btrfs-progs: remove false dependency on libm X-Git-Tag: upstream/4.16.1~2512 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bae5edfde8ddda85e81b6c971de1ff471536cd05;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: remove false dependency on libm It ends up in the final binary, but there are not math functions used. Signed-off-by: David Sterba --- diff --git a/Makefile b/Makefile index e1b0a88..811fcfa 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ TESTS = fsck-tests.sh convert-tests.sh INSTALL = install prefix ?= /usr/local bindir = $(prefix)/bin -lib_LIBS = -luuid -lblkid -lm -lz -llzo2 -L. -pthread +lib_LIBS = -luuid -lblkid -lz -llzo2 -L. -pthread libdir ?= $(prefix)/lib incdir = $(prefix)/include/btrfs LIBS = $(lib_LIBS) $(libs_static)