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:
parent
dbbaa2fc47
commit
9e5c81bea0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue