freeswitch-stable: Fix mod_pocketsphinx build
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 27 Jun 2017 16:20:39 +0000 (18:20 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 27 Jun 2017 16:27:47 +0000 (18:27 +0200)
commit4938176da18950f7dec334e83574513ee3fe5c11
tree3086a1251f04a675247401329bf8015f597c2821
parent40ab309b0e2827a72b717de174daad2fe553848a
freeswitch-stable: Fix mod_pocketsphinx build

- The builds currently fail with "undefined reference" errors. Fix that
  by turning off Pulseaudio support. Also turn of Jack support in case
  that gets detected in the future.
- aarch64 fails because this arch isn't recognized by the pocketsphinx
  build system. Fix that by running autoreconf in the pocketsphinx build
  dirs.
- Fix CFLAGS while we're here.
- Add dep on libsamplerate to mod_pocketsphinx. If it gets detected it
  will be linked against, there is no switch to prevent that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile
net/freeswitch-stable/patches/190-mod_pocketsphinx.patch [new file with mode: 0644]
net/freeswitch-stable/patches/190-mod_pocketsphix-remove-alsa-dep.patch [deleted file]