]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Ensure that flite gets configured before building
authorTravis Cross <tc@traviscross.com>
Thu, 17 Oct 2013 13:18:26 +0000 (13:18 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 17 Oct 2013 13:54:47 +0000 (13:54 +0000)
commit9921007a4bbef8d6de0e5ee3c82dcfb0b2123dc1
tree1ddd2b5f2aa7cad03f518b36ac839ea9773c8d87
parent1c3704e78fbea3b3c82915a9784e462b1d5ed349
Ensure that flite gets configured before building

Without this change, we would only configure flite if its Makefile did
not exist.  However in the tarball for flite (v1.5.4), there is a
Makefile even before you run configure.  So the only reason this
worked at all was because make was calculating the rules to run before
downloading and extracting flite.

If you build flite without configuring it first, you get a flite with
ALSA symbols that doesn't load in FS.

In discussion with the flite guys, they indicated that the presence of
the Makefile in the tarball is indeed intended.

This change has the side-effect of fixing mod_flite in the Debian
packages.

FS-5873 --resolve
src/mod/asr_tts/mod_flite/Makefile