configure for mod_bv libraries is done from the main configure file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15607 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8ccdcf5482
commit
8123c41a53
|
@ -6,6 +6,6 @@ LOCAL_LIBADD=$(BV_LA)
|
|||
include $(BASE)/build/modmake.rules
|
||||
|
||||
$(BV_LA): $(BV_DIR)/.update
|
||||
cd $(BV_DIR) && ./configure --disable-shared --with-pic && $(MAKE)
|
||||
cd $(BV_DIR) && $(MAKE)
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
|
|
Loading…
Reference in New Issue