From: bodea Date: Mon, 8 Nov 2004 12:31:01 +0000 (+0000) Subject: -rdynamic is not required (functions passed to plugins) X-Git-Tag: release_2_0_5~7 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/e5b9fabb483d5b41cb0d4d632f7d2f5d5d6162ba -rdynamic is not required (functions passed to plugins) --- 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