mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-24 07:02:45 +00:00
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 <dsterba@suse.cz>
This commit is contained in:
parent
c2691f807d
commit
bae5edfde8
2
Makefile
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user