From 2528258ddf066a5147394dc65cae3bde8e80e3c0 Mon Sep 17 00:00:00 2001 From: Patrick McHardy 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 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 -- cgit v1.2.3