mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
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:
Vendored
+1
@@ -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
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
LOCAL_LDFLAGS=-lncurses
|
||||
BASE=../../../..
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
||||
Reference in New Issue
Block a user