From: Michael Jerris Date: Fri, 10 Jul 2009 20:01:01 +0000 (+0000) Subject: fix 64 bit build of radius modules (FSBUILD-179) X-Git-Tag: v1.0.4~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5c81bea0ab1ff8089f49cde79611d88f10175b;p=thirdparty%2Ffreeswitch.git fix 64 bit build of radius modules (FSBUILD-179) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14201 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/event_handlers/mod_radius_cdr/Makefile b/src/mod/event_handlers/mod_radius_cdr/Makefile index 4ee81e0e03..dfdd9e78f2 100644 --- a/src/mod/event_handlers/mod_radius_cdr/Makefile +++ b/src/mod/event_handlers/mod_radius_cdr/Makefile @@ -14,7 +14,7 @@ $(RADCLIENT_DIR): $(GETLIB) $(RADCLIENT).tar.gz $(RADCLIENT_DIR)/Makefile: $(RADCLIENT_DIR) - cd $(RADCLIENT_DIR) && ./configure --disable-shared + cd $(RADCLIENT_DIR) && ./configure --disable-shared --with-pic $(TOUCH_TARGET) $(RADCLIENT_LA): $(RADCLIENT_DIR)/Makefile