From 3602c72baeee6a3c5884c20c92a5f37adbccd095 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Tue, 15 Jan 2008 17:25:39 +0000 Subject: Add RATEEST target extension Signed-off-by: Patrick McHardy --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a7dc929..516cead 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 -- cgit v1.2.3