FS-6609: use config.status to reconf srtp so it doesn't loose the settings from the initial configure

This commit is contained in:
Michael Jerris 2014-06-19 13:16:52 -04:00
parent b780371943
commit e9633a8b60
1 changed files with 3 additions and 1 deletions

View File

@ -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