From c31182d02386964296a6c6f1d1c257a9c3f7466e Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Fri, 4 Apr 2014 11:52:00 +0200 Subject: [PATCH] Build: LibUCW should depend on -lm. --- ucw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/Makefile b/ucw/Makefile index 1330509c..c098ce2f 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -90,7 +90,7 @@ include $(s)/ucw/doc/Makefile LIBUCW_MOD_PATHS=$(addprefix $(o)/ucw/,$(LIBUCW_MODS)) -export LIBUCW_LIBS= +export LIBUCW_LIBS=-lm ifdef CONFIG_UCW_THREADS LIBUCW_LIBS+=-lpthread endif -- 2.39.2