mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
FS-10556: fix build error on lua-reconf which is no longer required
This commit is contained in:
parent
7f1813cf4f
commit
89991c8c10
@ -731,7 +731,7 @@ pristine:
|
||||
git clean -fdx
|
||||
git reset --hard
|
||||
|
||||
update-clean: clean python-reconf lua-reconf spandsp-reconf srtp-reconf
|
||||
update-clean: clean python-reconf spandsp-reconf srtp-reconf
|
||||
cd libs/sofia-sip && $(MAKE) clean
|
||||
cd libs/esl && $(MAKE) clean
|
||||
cd libs/srtp && $(MAKE) clean
|
||||
@ -777,10 +777,6 @@ sofia-reconf:
|
||||
cd libs/sofia-sip && $(MAKE) clean
|
||||
cd libs/sofia-sip && ./configure $(MY_DEFAULT_ARGS) --with-pic --with-glib=no --disable-shared
|
||||
|
||||
lua-reconf:
|
||||
cd src/mod/languages/mod_lua/lua && make clean
|
||||
cd src/mod/languages/mod_lua && make clean
|
||||
|
||||
cluecon:
|
||||
@clear
|
||||
@echo Thank you for updating. This is going to take a while so relax.
|
||||
|
Loading…
x
Reference in New Issue
Block a user