mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
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:
|
||||
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:
|
||||
cd libs/iksemel && $(MAKE) clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user