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
This commit is contained in:
Michael Jerris 2009-07-10 20:01:01 +00:00
parent dbbaa2fc47
commit 9e5c81bea0
1 changed files with 1 additions and 1 deletions

View File

@ -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