freeswitch-stable: move module selection to Build/Configure
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 4 Mar 2018 17:25:11 +0000 (18:25 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 4 Mar 2018 17:25:32 +0000 (18:25 +0100)
commitee3add9b9c5d564e98ff8459a3813d9c4f9819a1
tree79a25eed2e582967d7cf2cb9085d7d309902cd6e
parentab7d46ec358390d6aec5ee365d64dd484a52cb32
freeswitch-stable: move module selection to Build/Configure

Currently the routine that sets up the modules.conf file resides in
Build/Prepare.

When PKG_CONFIG_DEPENDS causes a reconfiguration, Build/Prepare is not
triggered. So if another module gets selected in menuconfig, this module
would not be added to modules.conf, meaning the rebuild would fail.

Add the routine to Build/Compile to address this.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile