summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-01-15 17:25:39 +0000
committerPatrick McHardy <kaber@trash.net>2008-01-15 17:25:39 +0000
commit2528258ddf066a5147394dc65cae3bde8e80e3c0 (patch)
tree6d8a2d990d9257e54853cb5fdf46dc455c512e12 /Makefile
parent01444da4cb70417d2dc2643e2d48c70de7ff8e96 (diff)
Add RATEEST target extension
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7dc929b..516ceadb 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ SH_CFLAGS:=$(CFLAGS) -fPIC
STATIC_LIBS =
STATIC6_LIBS =
LDFLAGS = -rdynamic
-LDLIBS = -ldl
+LDLIBS = -ldl -lm
ifeq ($(DO_SELINUX), 1)
LDLIBS += -lselinux
endif
@@ -89,7 +89,7 @@ DEPFILES = $(EXT_OBJS:%.o=%.d)
STATIC_LIBS = extensions/libext.a
STATIC6_LIBS = extensions/libext6.a
LDFLAGS = -static
-LDLIBS =
+LDLIBS = -lm
ifeq ($(DO_SELINUX), 1)
LDLIBS += -lselinux
endif