forked from Mirrors/freeswitch
FS-6609: use config.status to reconf srtp so it doesn't loose the settings from the initial configure
This commit is contained in:
parent
b780371943
commit
e9633a8b60
|
@ -644,7 +644,9 @@ pa-reconf:
|
||||||
|
|
||||||
srtp-reconf:
|
srtp-reconf:
|
||||||
cd libs/srtp && $(MAKE) clean
|
cd libs/srtp && $(MAKE) clean
|
||||||
cd libs/srtp && sh ./configure.gnu
|
cd libs/srtp && sh ./config.status --recheck
|
||||||
|
cd libs/srtp && sh ./config.status
|
||||||
|
|
||||||
|
|
||||||
iks-reconf:
|
iks-reconf:
|
||||||
cd libs/iksemel && $(MAKE) clean
|
cd libs/iksemel && $(MAKE) clean
|
||||||
|
|
Loading…
Reference in New Issue