From: Arran Cudbard-Bell Date: Sun, 2 Dec 2012 10:52:19 +0000 (+0000) Subject: Remove release arg from linker (causes issues on linux) X-Git-Tag: release_3_0_0_beta1~1443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02848fabbeed1128126fa918cf21d11d9b972f1c;p=thirdparty%2Ffreeradius-server.git Remove release arg from linker (causes issues on linux) --- diff --git a/Make.inc.in b/Make.inc.in index 9bb9831e4f7..92a86055657 100644 --- a/Make.inc.in +++ b/Make.inc.in @@ -139,7 +139,7 @@ endif ifneq "$(LIBTOOL)" "" COMPILE.c := $(LIBTOOL) --quiet --mode=compile $(CC) -LINK.lib := $(LIBTOOL) --quiet --mode=link $(CC) -release=$(RADIUSD_VERSION_STRING) -rpath $(libdir) -o +LINK.lib := $(LIBTOOL) --quiet --mode=link $(CC) -rpath $(libdir) -o LO := lo LA := la else