Fix mod_cluechoo error on load

mod_cluechoo needs to be linked against ncurses or we receive an error
about undefined symbols when loading the module.  How did this ever
work?

Thanks-to: Dušan Dragić <dragic.dusan@gmail.com>

FS-5965
This commit is contained in:
Travis Cross 2014-01-26 18:02:22 +00:00
parent 7564021000
commit e959933d8c
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Description: Caller ID name lookup
Module: applications/mod_cluechoo
Description: Clue Choo
This demo module renders a Clue Choo train on the FreeSWITCH console.
Build-Depends: libncurses5-dev
Module: applications/mod_commands
Description: Command module

View File

@ -1,2 +1,3 @@
LOCAL_LDFLAGS=-lncurses
BASE=../../../..
include $(BASE)/build/modmake.rules