Fix link errors

This commit is contained in:
Gregory John Casamento 2020-02-03 07:56:55 -05:00
parent 2f8e9656a3
commit 20fefae849
4 changed files with 31 additions and 4 deletions

2
configure vendored
View file

@ -5736,7 +5736,7 @@ done
if test $have_pocketsphinx = yes -a $have_speech_recognizer = yes -a $enable_speech_recognizer = yes; then
BUILD_SPEECH_RECOGNIZER="speech_recognizer"
POCKETSPHINX_BASE_LIBS="-lpocketsphinx"
POCKETSPHINX_BASE_LIBS="-lpocketsphinx -lsphinxbase -lsphinxad"
fi