From: Pavel Charvat Date: Fri, 4 Apr 2014 09:52:00 +0000 (+0200) Subject: Build: LibUCW should depend on -lm. X-Git-Tag: v6.0~54 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c31182d02386964296a6c6f1d1c257a9c3f7466e;p=libucw.git Build: LibUCW should depend on -lm. --- 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