From d2fb375676e14ee5445dbe655003a701bcffafdf Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Mon, 8 Nov 2004 12:31:01 +0000 Subject: [PATCH] -rdynamic is not required (functions passed to plugins) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f344f28..722e9d2 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ LD = gcc INCLUDES = -I. CPPFLAGS = $(INCLUDES) $(DEFINES) CFLAGS = -Wall $(OPTIM) -LDFLAGS = -rdynamic +LDFLAGS = LDLIBS = -lm INSTALL = install -c -D -o root -g root -- 2.20.1