mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-25 02:51:30 +00:00
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
4 lines
77 B
Makefile
4 lines
77 B
Makefile
LOCAL_LDFLAGS=-lncurses
|
|
BASE=../../../..
|
|
include $(BASE)/build/modmake.rules
|