search for: menuselect_opts_app_voicemail

Displaying 3 results from an estimated 3 matches for "menuselect_opts_app_voicemail".

2007 Mar 09
0
spandsp, app_rxfax: apps_Makefile.patch v1.2 > v1.4 = No Workie!
...tsubst %.c,%,$(wildcard app_*.c))) CC_MODS:=$(filter-out $(MENUSELECT_APPS),$(patsubst %.cc,%,$(wildcard app_*.cc))) LOADABLE_MODS:=$(C_MODS) $(CC_MODS) ifneq ($(findstring apps,$(MENUSELECT_EMBED)),) EMBEDDED_MODS:=$(LOADABLE_MODS) LOADABLE_MODS:= endif ifneq ($(findstring ODBC_STORAGE,$(MENUSELECT_OPTS_app_voicemail)),) MENUSELECT_DEPENDS_app_voicemail+=$(MENUSELECT_DEPENDS_ODBC_STORAGE) endif ifneq ($(findstring IMAP_STORAGE,$(MENUSELECT_OPTS_app_voicemail)),) MENUSELECT_DEPENDS_app_voicemail+=$(MENUSELECT_DEPENDS_IMAP_STORAGE) endif ifeq (SunOS,$(shell uname)) MENUSELECT_DEPENDS_app_chanspy+=RT RT_LIB=-lrt...
2010 Nov 10
1
Selecting 'ODBC_STORAGE' from outside of 'menuselect'
...ORAGE without entering to 'menuselect'? I'm currently building a package for my distro with a little script, and would like to set this option without entering manually to 'menuselect' I know that I could make the script to change the 'menuselect.makeopts' var from: MENUSELECT_OPTS_app_voicemail= to: MENUSELECT_OPTS_app_voicemail=ODBC_STORAGE ...but, - is there another suggested way? - If I take that approach, what else should I change? Notes: I have successfully installed and configured unixODBC with the proper connector to my DB system (MySQL in my case). I have verified that, af...
2011 May 13
1
1.8.4 Core Dump after installing from source
...error dissapears, *but* still crashes with core dump Could someone point me out as where to start looking, or point me out to some documenation? Aditional Info: I enabled ODBC voicemail storage through the command line with: make menuselect.makeopts menuselect/menuselect --disable-category MENUSELECT_OPTS_app_voicemail menuselect.makeopts menuselect/menuselect --enable ODBC_STORAGE menuselect.makeopts Could it be that ODBC_STORAGE is causing problems with FILE_STORAGE, even if I explicitly disabled FILE_STORAGE? I also used 'strip' on the binaries (could that be the reason?): find . | xargs file | gre...